aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss8
1 files changed, 5 insertions, 3 deletions
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;