limit max-width to have never more than two input fields next to each other

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2016-11-17 10:40:17 +01:00 committed by Roeland Jago Douma
parent c5e61947a9
commit fa87b2fbf2
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -68,6 +68,7 @@ input#openid, input#webdav { width:20em; }
position: relative;
float: left;
min-width: 280px;
max-width: 700px;
width: calc(100% - 200px);
}
#personal-settings-container:after {