Fix dialog width

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/3869/head
Jan-Christoph Borchardt 2017-04-26 19:09:37 +07:00 committed by Morris Jobke
parent de529b914b
commit e40bdcd2ed
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 2 deletions

@ -155,14 +155,13 @@ input#openid, input#webdav { width:20em; }
display: none;
right: -9px;
top: 40px;
width: 650px;
width: 275px;
}
.verification-dialog p {
padding: 10px;
}
.verification-dialog .verificationCode {
font-family: monospace;
white-space: nowrap;
display: block;
}