Skip to content

Commit 3eb5ac9

Browse files
authored
Merge pull request #12138 from nextcloud/fix/3752/inline-block-button
make .button inline-block
2 parents b28a0c1 + 87c3f79 commit 3eb5ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/css/inputs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ input[type='reset'] {
163163
padding: 6px 12px;
164164
width: auto;
165165
min-height: 34px;
166+
display: inline-block;
166167
cursor: pointer;
167168
box-sizing: border-box;
168169
background-color: var(--color-background-dark);

0 commit comments

Comments
 (0)