From 7bc40515fbbbea3c85958ce862e022319029d57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=CC=81bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Tue, 26 Mar 2019 14:13:19 +0100 Subject: [PATCH] Issue #3030936 by shaal, mradcliffe, Eli-T, kjay, saesa, bash247, gaddamsr: Search placeholder text is longer than the search box --- .../themes/umami/css/components/blocks/search/search.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css b/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css index fccf5050b495..1b41dd10c407 100644 --- a/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css +++ b/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css @@ -82,8 +82,8 @@ } @media screen and (min-width: 48em) { - .form-search { - width: 14em; + .search-block-form .form-search { + width: 18em; } } -- GitLab