From 61438eb1773c7361eb166096d7457fadb26dbd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Dec 2018 18:40:09 +0100 Subject: [PATCH] style: reduce space between user name and logout button (#29345) --- gadjo/static/css/gadjo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 4b7840d..be0577f 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -136,7 +136,7 @@ ul.user-info { margin-left: 1em; } .ui-logout { - padding-left: 1rem; + padding-left: 0; font-size: 150%; a { display: block;