From 81766b49f168968b95a04d08858a32b74f109cc9 Mon Sep 17 00:00:00 2001 From: wangombe-g Date: Tue, 14 Mar 2023 17:02:25 +0300 Subject: [PATCH] Remove padding from .uls-filterinput (#448) Padding hid the search placeholder making it appear cropped. Bug: T318633 Co-authored-by: Wangombe --- css/jquery.uls.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index e589101..e15799d 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -79,8 +79,6 @@ font-size: 1.143em; height: 32px; width: 100%; - /* For the custom clear (X) icon */ - padding: 6px 25px 6px 0; outline: 0; border: 0; display: block;