Browse Source

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

make .button inline-block
tags/v15.0.0beta1
John Molakvoæ 5 years ago
parent
commit
3eb5ac9cff
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/inputs.scss

+ 1
- 0
core/css/inputs.scss 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);

Loading…
Cancel
Save