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
parent
commit
46079162cd
No known key found for this signature in database GPG Key ID: 9CE5ED29E7FCD38A
  1. 1
      settings/css/settings.css

1
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 {

Loading…
Cancel
Save