From 9523eef79eac8fc28a4e759f3a401726ad8a1edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 26 Nov 2021 17:14:48 +0100 Subject: Made vevent-dl prettier. --- static/style.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/style.scss') 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; + } } -- cgit v1.2.3