summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 20:55:33 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-04-28 23:41:37 -0300
commit46079162cdfa9846de36b0461e450bb5bcd028c8 (patch)
tree875dd027cc70fab7f97084e1e513fdf52482c092 /settings/css
parente9021c123dca9be64aca646d68067adb4325ab08 (diff)
downloadnextcloud-server-46079162cdfa9846de36b0461e450bb5bcd028c8.tar.gz
nextcloud-server-46079162cdfa9846de36b0461e450bb5bcd028c8.zip
Fix text overflow in website popover
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 1939b048905..5693224b94c 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -164,6 +164,7 @@ input#openid, input#webdav { width:20em; }
.verification-dialog .verificationCode {
font-family: monospace;
display: block;
+ overflow-wrap: break-word;
}
.federationScopeMenu {