Browse Source
Merge pull request #12138 from nextcloud/fix/3752/inline-block-button
make .button inline-block
pull/12145/head
John Molakvoæ
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
core/css/inputs.scss
|
|
|
@ -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); |
|
|
|
|