aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-01 21:01:42 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-01 21:01:42 +0200
commitf939fd974adafe67b68e507ff44166dc8a464d95 (patch)
tree6b131e5c46446bd94ecfd4c6df88149040598f78
parentUpdate remaining code to use new config scheme. (diff)
downloadcalp-f939fd974adafe67b68e507ff44166dc8a464d95.tar.gz
calp-f939fd974adafe67b68e507ff44166dc8a464d95.tar.xz
HTML force calendar list to be single lines.
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index c31f16ec..80b26346 100644
--- a/static/style.css
+++ b/static/style.css
@@ -37,6 +37,10 @@ html, body {
border-left-width: 1em;
border-left-style: solid;
padding-left: 1ex;
+
+ /* force to single line */
+ overflow: hidden;
+ white-space: nowrap;
}
.small-calendar .today {