mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
calendar: Fix line-wrapping of calendar events
Commit 929636ebd0 broke line-wrapping of longish calendar events,
add back the required CSS width.
https://bugzilla.gnome.org/show_bug.cgi?id=703893
This commit is contained in:
parent
bb4d430ebf
commit
cb45a38838
1 changed files with 5 additions and 0 deletions
|
|
@ -1161,6 +1161,11 @@ StScrollBar StButton#vhandle:active {
|
|||
|
||||
/* Calendar popup */
|
||||
|
||||
#calendarArea {
|
||||
/* this is the total width of the popup */
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
.calendar-vertical-separator {
|
||||
-stipple-width: 1px;
|
||||
-stipple-color: #505050;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue