Skip to content

Commit

Permalink
Merge pull request #8024 from stopfstedt/5613_admin_calendar
Browse files Browse the repository at this point in the history
rm unnecessary headline from admin calendar component.
  • Loading branch information
dartajax committed Jul 31, 2024
2 parents be8d49a + 827db75 commit e752746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 0 additions & 3 deletions packages/frontend/app/components/user-profile-calendar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
class="user-profile-calendar"
data-test-user-profile-calendar
>
<h2 class="title">
{{t "general.calendar"}}
</h2>
<ul class="calendar-time-picker">
<li>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@
margin-bottom: 1rem;
min-height: 5rem;
overflow-x: scroll;
padding: 0.25rem;
padding: 1rem;
position: relative;

h2 {
@include m.ilios-heading;
margin-bottom: 1rem;
}

.calendar-time-picker {
@include m.ilios-list-reset;

margin-bottom: 0.5rem;
text-align: center;

li {
display: inline;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
grid-column: 1;
grid-row: 1;
justify-self: center;
margin: 0 0 0.25rem var(--hour-space);
margin: 0 0 0.25rem 0;
padding: 0;
}

Expand Down

0 comments on commit e752746

Please sign in to comment.