From fba096ff0c6a034832659ece961f1775dc427649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 8 Oct 2019 09:44:12 +0200 Subject: [PATCH] Fix debug category layout --- data/debug-interface/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/debug-interface/styles.css b/data/debug-interface/styles.css index 1d7f4caa..7dfa353b 100644 --- a/data/debug-interface/styles.css +++ b/data/debug-interface/styles.css @@ -273,8 +273,8 @@ button::-moz-focus-inner { border: 0; } flex-flow: row nowrap; justify-content: center; align-items: center; - margin: 10px; - width: 30%; + margin-top: 10px; + width: 33%; } .debug-category p {