Merge pull request #12244 from nextcloud/fix/3752/twofactorbutton-attempt2

make twofactor .button inline-block
This commit is contained in:
John Molakvoæ 2018-11-05 08:52:29 +01:00 committed by GitHub
commit f85215e41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}