From f0e0549f93bd8f9f83838320eb161e41551ff931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Apr 2020 00:57:52 +0200 Subject: Move overflow: hidden for events. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 3bedd3e1..aad9a80c 100644 --- a/static/style.css +++ b/static/style.css @@ -459,6 +459,7 @@ along with their colors. .event { transition: 0.3s; font-size: var(--event-font-size); + overflow: hidden; } .days .event { @@ -467,7 +468,6 @@ along with their colors. .events .event { width: 100%; - overflow: hidden; } .events .event.continuing { -- cgit v1.2.3