Add nowrap to calendar dropdown entries

This commit is contained in:
yflory 2025-03-13 14:30:21 +01:00
parent 69aaddf914
commit d68117500e

View File

@ -217,6 +217,7 @@
.tui-full-calendar-content {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font: @colortheme_app-font;
padding: 0 10px;
&:focus{