Browse Source
Fix text overflow in website popover
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt
9 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
1 additions and
0 deletions
-
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 { |
|
|
|
|