summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-04-07 11:43:12 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2017-04-07 16:30:07 +0200
commitd5173ac30f19de27327f302ae217e33c419b1960 (patch)
tree38a63e28d11e7d31e2ff40ff6b4c49cbd9e2d3c2 /settings
parent9afd160e66f2c060cb7d77d414d0c1d13ac0c3ad (diff)
downloadnextcloud-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>
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css2
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 {