Merge pull request #12138 from nextcloud/fix/3752/inline-block-button

make .button inline-block
This commit is contained in:
John Molakvoæ 2018-10-30 15:07:44 +01:00 committed by GitHub
commit 3eb5ac9cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@ input[type='reset'] {
padding: 6px 12px;
width: auto;
min-height: 34px;
display: inline-block;
cursor: pointer;
box-sizing: border-box;
background-color: var(--color-background-dark);