From f62d5b3a27a7600bb9848084d830f80e4c84b7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 26 Aug 2021 16:11:12 +0200 Subject: [PATCH] MOBILE-3843 search-box: Make text box bigger --- .../features/search/components/search-box/search-box.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/features/search/components/search-box/search-box.scss b/src/core/features/search/components/search-box/search-box.scss index c1b71da1b..2501ff47a 100644 --- a/src/core/features/search/components/search-box/search-box.scss +++ b/src/core/features/search/components/search-box/search-box.scss @@ -13,8 +13,8 @@ } ion-button.button { - margin-left: unset; - margin-inline-start: 10px; + margin-left: 0; + margin-right: 0; } .core-search-history { @@ -34,5 +34,7 @@ ion-input { --padding-start: 0; --padding-end: 0; + padding-left: 0; + padding-right: 0; } }