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.
This commit is contained in:
Andreas Neustifter 2018-04-30 21:22:59 +00:00
parent 352e136132
commit 59b57459c6
1 changed files with 1 additions and 2 deletions

View File

@ -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 { aside #side-peoplefind-submit, right_aside #side-peoplefind-submit {
width: 25%; float: left;
float: right;
} }
#side-match-link { #side-match-link {