diff options
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 50e698e48..99c11c8be 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -935,7 +935,11 @@ aside li { } #event-summary { - width: 400px; + min-width: 400px; +} + +.event-wrapper { + padding: 25px; } .vevent { |