diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-07 11:43:12 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-07 16:30:07 +0200 |
commit | d5173ac30f19de27327f302ae217e33c419b1960 (patch) | |
tree | 38a63e28d11e7d31e2ff40ff6b4c49cbd9e2d3c2 | |
parent | 9afd160e66f2c060cb7d77d414d0c1d13ac0c3ad (diff) | |
download | nextcloud-server-d5173ac30f19de27327f302ae217e33c419b1960.tar.gz nextcloud-server-d5173ac30f19de27327f302ae217e33c419b1960.zip |
make sure that the selector for the visibility always fits next to 'Profile picture'
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 884fe1d50d0..5ca62248c09 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -28,7 +28,7 @@ input#openid, input#webdav { width:20em; } } #avatarform { - width: 145px; + min-width: 145px; padding-right: 0; } #avatarform .avatardiv { |