Fix redundant scrollbar on .event-line element in Chrome

This commit is contained in:
Aleksander Machniak 2017-08-22 12:04:13 +02:00
parent 68d065a399
commit ae69d586c2

View file

@ -795,8 +795,7 @@ a.miniColors-trigger {
}
.calendarmain .eventdialog div.event-line {
margin-top: 0.1em;
margin-bottom: 0.3em;
margin-bottom: 0.4em;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;