aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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 {