diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-24 09:36:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-24 09:36:44 +0200 |
commit | 0f10e2c1fe6e7969ce2d68a803c4671bb35bf459 (patch) | |
tree | 6e5648d4ca994cbc1c5b653ac28fac26be12f12e /apps/files_sharing/css | |
parent | 40b1054530229139a5cacf28ed4b883d52835ad6 (diff) | |
download | nextcloud-server-0f10e2c1fe6e7969ce2d68a803c4671bb35bf459.tar.gz nextcloud-server-0f10e2c1fe6e7969ce2d68a803c4671bb35bf459.zip |
fix horizontal scrollbar in personal settings caused by federated cloud ID section
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/settings-personal.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/settings-personal.css b/apps/files_sharing/css/settings-personal.css index c9af6c08c40..f53365c9371 100644 --- a/apps/files_sharing/css/settings-personal.css +++ b/apps/files_sharing/css/settings-personal.css @@ -4,6 +4,7 @@ #fileSharingSettings xmp { margin-top: 0; + white-space: pre-wrap; } [class^="social-"], [class*=" social-"] { |