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; }