From: Andreas Neustifter Date: Mon, 30 Apr 2018 21:22:59 +0000 (+0000) Subject: Fix layout issue introduced with PR #4873. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59b57459c68a71cd8e61c28c4fdd02b853d7b384;p=friendica.git 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. --- 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 {