Skip to content

Commit 45679a4

Browse files
committed
Town6: Fix calendar view (cleaner solution)
TYPE: Bugfix LINK: OGC-2432
1 parent a29d92e commit 45679a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/onegov/town6/theme/styles/fullcalendar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@
9191
display: block;
9292
float: none;
9393
margin-bottom: 1rem;
94+
max-width: 0;
95+
overflow: visible;
9496
text-align: left;
97+
white-space: nowrap;
9598

9699
&:hover .fa {
97100
color: $primary-color;

0 commit comments

Comments
 (0)