aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-30 15:07:44 +0100
committerGitHub <noreply@github.com>2018-10-30 15:07:44 +0100
commit3eb5ac9cff2cd2a111e51fe3ce24ecdd615ddafa (patch)
tree97fd62acc96d5fad322bdfe4e6c2559f85581e5e
parentb28a0c10bfb032e0a3127169be70c7a1ee52735c (diff)
parent87c3f79399f4b3e71fa1d0ff6d774c9c9f6ddc18 (diff)
downloadnextcloud-server-3eb5ac9cff2cd2a111e51fe3ce24ecdd615ddafa.tar.gz
nextcloud-server-3eb5ac9cff2cd2a111e51fe3ce24ecdd615ddafa.zip
Merge pull request #12138 from nextcloud/fix/3752/inline-block-button
make .button inline-block
-rw-r--r--core/css/inputs.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 2611e1bb2f4..7d30f0386c9 100644
--- a/core/css/inputs.scss
+++ b/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);