mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #12244 from nextcloud/fix/3752/twofactorbutton-attempt2
make twofactor .button inline-block
This commit is contained in:
commit
f85215e41c
1 changed files with 4 additions and 0 deletions
|
|
@ -25,3 +25,7 @@
|
|||
letter-spacing: 0.02em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue