From a5888ab4fa2244ee336471772d5336c124660db5 Mon Sep 17 00:00:00 2001
From: hellekin <hellekin@cepheide.org>
Date: Sat, 7 Apr 2018 12:17:11 +0200
Subject: Try fixing the toggle category bug (refs #5)

---
 assets/css/style.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index 6196377..0c6a7fb 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -49,7 +49,11 @@ h1, h2, h3, h4, h5, h6 {
 body > aside {
     z-index: 1000;
 }
-body > aside > nav > ul h3 { font-size: 1.6rem; }
+body > aside > nav > ul h3 {
+    font-size: 1.6rem;
+    position: relative;
+    max-width: 100%;
+}
 body > aside > nav > ul h3 span {
     position: relative;
     border: 0.4rem solid #0009;
@@ -59,6 +63,7 @@ body > aside > nav > ul h3 span {
     height: 0.5rem;
     top: 0.4rem;
     border-radius: 50%;
+
 }
 body > aside > nav > ul h3 span.selected {
     border-color: transparent;
-- 
cgit v1.2.3