aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 00:57:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 00:57:52 +0200
commitf0e0549f93bd8f9f83838320eb161e41551ff931 (patch)
treeed78f84f14794fdc9a68ad86f126db4974a0d018
parentMade code more compatible with popups, improve config. (diff)
downloadcalp-f0e0549f93bd8f9f83838320eb161e41551ff931.tar.gz
calp-f0e0549f93bd8f9f83838320eb161e41551ff931.tar.xz
Move overflow: hidden for events.
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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 {