From: Bjoern Schiessle Date: Thu, 17 Nov 2016 09:40:17 +0000 (+0100) Subject: limit max-width to have never more than two input fields next to each other X-Git-Tag: v11.0RC2~191^2~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa87b2fbf25b776cfd62be8189cb663946944bfe;p=nextcloud-server.git limit max-width to have never more than two input fields next to each other Signed-off-by: Bjoern Schiessle --- 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 {