diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 127bbc2db..0dc5b703d 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -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;