Fix redundant scrollbar on .event-line element in Chrome
This commit is contained in:
parent
68d065a399
commit
ae69d586c2
1 changed files with 1 additions and 2 deletions
|
@ -795,8 +795,7 @@ a.miniColors-trigger {
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendarmain .eventdialog div.event-line {
|
.calendarmain .eventdialog div.event-line {
|
||||||
margin-top: 0.1em;
|
margin-bottom: 0.4em;
|
||||||
margin-bottom: 0.3em;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Add table
Reference in a new issue