From 76e9705f47955f90e1b593ddc850bdb451417435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 5 Nov 2020 23:33:50 +0100 Subject: Move category css from .event to .popup. --- static/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index ff90bc20..954f84fe 100644 --- a/static/style.scss +++ b/static/style.scss @@ -550,9 +550,6 @@ along with their colors. white-space: pre; } - .category { - display: inline-block; - } } .event-body { @@ -739,6 +736,11 @@ along with their colors. font-style: initial; } + .category { + display: inline-block; + margin-right: 1ex; + } + .popup-control { display: flex; flex-direction: column; -- cgit v1.2.3