Skip to content

Commit

Permalink
Fix whitespace: nowrap expanding width of calendar days on month view.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed May 21, 2024
1 parent 427aecc commit 17ac35a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/elements/CalendarEvent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
color: !eventData.tentative ? getAccessibleColor(eventData.calendar_color) : null,
}"
></div>
<!-- Table, Table-Fixed, and w-full prevent whitespace: nowrap from expanding width of container -->
<div
class="truncate rounded "
class="table w-full table-fixed truncate rounded"
:class="{
'h-full border-2 border-dashed border-teal-500 p-1 font-semibold group-hover/event:border-white': placeholder,
'!border-none': isBooked,
Expand Down

0 comments on commit 17ac35a

Please sign in to comment.