Fix text overflow in website popover

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-26 20:55:33 +02:00 committed by Morris Jobke
parent e9021c123d
commit 46079162cd
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ input#openid, input#webdav { width:20em; }
.verification-dialog .verificationCode {
font-family: monospace;
display: block;
overflow-wrap: break-word;
}
.federationScopeMenu {