From 59b57459c68a71cd8e61c28c4fdd02b853d7b384 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Mon, 30 Apr 2018 21:22:59 +0000 Subject: [PATCH] Fix layout issue introduced with PR #4873. The find button in the find-people widget was badly layouted on Firefox under Debian. Remove the width constraint and float: left so the button gracely drops to the next line when necessary. --- view/theme/vier/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 288ede31d9..475fda035e 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1168,8 +1168,7 @@ aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_as } aside #side-peoplefind-submit, right_aside #side-peoplefind-submit { - width: 25%; - float: right; + float: left; } #side-match-link {