aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-04 13:52:02 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-04 13:52:02 +0200
commit88b1aaf304770773c1a252ef8499842d0c0c2925 (patch)
tree447d7146cea82a255d601ec378261887297a657d /static/style.css
parentStart work on long event layout for months. (diff)
downloadcalp-88b1aaf304770773c1a252ef8499842d0c0c2925.tar.gz
calp-88b1aaf304770773c1a252ef8499842d0c0c2925.tar.xz
Fix row count and height.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f1bdc6fb..2a45bdc6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -325,7 +325,9 @@ along with their colors.
correct way to do it. */
/* grid-template-rows: 2em; */
/* grid-auto-rows: 1fr; */
+ /*
grid-template-rows: 2em repeat(6, [time] 15pt [long] 1fr [short] 1fr);
+*/
max-height: 100%;
/* Apparently needed to ensure that parent can contain all its children */