From 512ed2d9257a2dc616133fa132125f9d05c7e5af Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 21 Sep 2020 18:14:31 +0200 Subject: [PATCH] Remove width --- webapp/src/main/webapp/themes/iph/css/iph.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index cfa75471..3d58f9ad 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -500,6 +500,9 @@ ul#header-nav a.log-out { width: 100%; float: left; } +.searchResultsHeader { + width: unset !important; +} #switch-to-extended-searchform { border:none; background-color:unset;