From f6522ac12a5261c3bc164498253516def2b61b00 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Wed, 17 Mar 2021 12:51:02 +0530 Subject: [PATCH] Update styles.css --- web-app/src/main/resources/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web-app/src/main/resources/styles.css b/web-app/src/main/resources/styles.css index 372053bc..2b82ba59 100644 --- a/web-app/src/main/resources/styles.css +++ b/web-app/src/main/resources/styles.css @@ -299,10 +299,14 @@ input.cmn-toggle-round-flat:checked + label:after { .info-banners { flex-direction: column; } - .searchInput { + .searchBox:hover > .searchInput { width: 60vw; padding: 0 6px; } + .searchInput { + width: 55vw; + padding: 0 6px; + } .search-icon { filter: none; }