mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add nowrap to calendar dropdown entries
This commit is contained in:
parent
69aaddf914
commit
d68117500e
@ -217,6 +217,7 @@
|
||||
.tui-full-calendar-content {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font: @colortheme_app-font;
|
||||
padding: 0 10px;
|
||||
&:focus{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user