aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-26 17:14:48 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-26 17:14:48 +0100
commit9523eef79eac8fc28a4e759f3a401726ad8a1edc (patch)
treece5c5b1526b5073663e25c730f6fc9677b096aa9 /static/style.scss
parentRemove default ComponentVEvent redraw. (diff)
downloadcalp-9523eef79eac8fc28a4e759f3a401726ad8a1edc.tar.gz
calp-9523eef79eac8fc28a4e759f3a401726ad8a1edc.tar.xz
Made vevent-dl prettier.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 64098283..b887999b 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -912,6 +912,11 @@ vevent-edit {
vevent-dl {
font-size: 80%;
+
+ dl {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ }
}