From fa1cd780546a25e8aa6321fffa66284e8841c2fb Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 21 May 2019 09:26:10 -0400 Subject: [PATCH] Adjust lock icon margin --- 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 7391e47e3..1eceb6b63 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1529,7 +1529,7 @@ button.preset-favorite-button.active .icon { } .label-text .label-textannotation svg.icon { - margin: 0 10px; + margin: 0 8px; color: #333; opacity: 0.5; width: 14px;