From 61194e4a2176e4815e2ccdea528ced45b6196501 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 5 Mar 2019 12:15:05 -0500 Subject: [PATCH] Don't add margin to empty top bar items --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 2613a02fc..ecb3aa015 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -464,7 +464,7 @@ button[disabled].action:hover { justify-content: flex-end; } -.tool-group > div { +.tool-group > div:not(:empty) { display: flex; margin: 0 5px; }