From 8db230eb73761715dec6575b0d5bc19e2b715163 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 cfa754715..3d58f9ade 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;