From b2c03527dba5f383a9ffd99addaa69e1ecae775d Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 15 Oct 2020 11:21:23 +0200 Subject: [PATCH] fixes #1238 tag input decay tag input decays by 1 pixel, fixed padding in the input and icon validate to stay at 38 px --- admin/themes/default/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 594da2dc4..26d87d8c2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2440,7 +2440,7 @@ a#showPermissions:hover {text-decoration: none;} } .tag-header #add-tag.input-mode .add-tag-container input { - padding: 9.5px; + padding: 9px; margin-left: 10px; border: solid 2px #ffa744; background: none; @@ -2478,7 +2478,7 @@ a#showPermissions:hover {text-decoration: none;} color: #3c3c3c; font-size: 17px; font-weight: 700; - padding: 7.5px 5.5px; + padding: 7px 5.5px; } .tag-header #add-tag span.icon-validate:hover {