From 59412de5915266daa797743c1430cc0b22cc49bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 17 Nov 2021 08:44:42 +0100 Subject: [PATCH] menu: align long text properly #154 why having indention if we have padding? if line breaks into multiple lines, two adjacent items are still distinguishable because of slightly more spacing --- static/css/theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 8f97f7385b..ca86f36d1e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -280,7 +280,6 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ } #sidebar ul li li { padding-left: 1rem; - text-indent: 0.2rem; } #main { background: #f7f7f7;