diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-17 10:40:17 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:29:59 +0100 |
commit | fa87b2fbf25b776cfd62be8189cb663946944bfe (patch) | |
tree | 4481283a86666a075262da04724e276a810a5f95 | |
parent | c5e61947a9a15d24553384e478e5075df2b1c8b2 (diff) | |
download | nextcloud-server-fa87b2fbf25b776cfd62be8189cb663946944bfe.tar.gz nextcloud-server-fa87b2fbf25b776cfd62be8189cb663946944bfe.zip |
limit max-width to have never more than two input fields next to each other
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 82b5a4165e5..fcff32bc1e3 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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 { |