aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index f787d971..0072c5f7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -129,12 +129,10 @@ The sidebar with all the events
.eventlist {
min-height: 0;
- overflow: scroll;
-}
-
-.eventlist {
- overflow: scroll;
+ overflow: auto;
border-top: 3px solid var(--gray);
+ /* mostly for long links */
+ word-break: break-word;
}
.eventlist article {