From 275e073c421249815dde2fa75639c6b1cd47e611 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 10 Aug 2021 20:17:30 +0200 Subject: [PATCH] Fix #2085 (Missing spaces between glyphicon and text on sidebar) --- cps/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 87186724..53b25a89 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -129,7 +129,7 @@ {% for element in sidebar %} {% if g.user.check_visibility(element['visibility']) and element['public'] %} - + {% endif %} {% endfor %} {% if g.user.is_authenticated or g.allow_anonymous %}