make twofactor .button inlin-block

fixes #3752

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer 2018-11-04 04:01:40 +01:00
parent 9d7f02ec47
commit afd39c27af
No known key found for this signature in database
GPG Key ID: 6D1DC8E0D9904C83
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@
letter-spacing: 0.02em;
font-size: 1.2em;
}
.button {
display: inline-block;
}