]> source.dussan.org Git - nextcloud-server.git/commitdiff
limit max-width to have never more than two input fields next to each other
authorBjoern Schiessle <bjoern@schiessle.org>
Thu, 17 Nov 2016 09:40:17 +0000 (10:40 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 21 Nov 2016 10:29:59 +0000 (11:29 +0100)
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
settings/css/settings.css

index 82b5a4165e5b77232d6d6896819a254b8437f0c2..fcff32bc1e366ec07a242447a6dee440221b1878 100644 (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 {