mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
make .button inline-block
fix #3752 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
parent
dccfe4bf84
commit
87c3f79399
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue