mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 19:04:38 -05:00
Fix dialog width
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
de529b914b
commit
e40bdcd2ed
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue