diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-11 23:34:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 23:34:33 +0100 |
commit | 63249616c3b7a17dec782193b8b3cf3782655c1f (patch) | |
tree | f5bcd8eae6bd9950db4b5541024a218416869e2b | |
parent | bbd51f4ddb1e1ed64f43bf81f02874a6209897fd (diff) | |
parent | dbcea3316a7a8fa3527452c2dd8a5eaa71e458e8 (diff) | |
download | nextcloud-server-63249616c3b7a17dec782193b8b3cf3782655c1f.tar.gz nextcloud-server-63249616c3b7a17dec782193b8b3cf3782655c1f.zip |
Merge pull request #12388 from nextcloud/inline-input-confirm-margin-fix
Fix inline input confirm margin
-rw-r--r-- | core/css/inputs.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 2611e1bb2f4..fde251075a8 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -242,6 +242,7 @@ input { width: 34px; padding: 7px 6px; cursor: pointer; + margin-right: 0; &:disabled { cursor: default; @include icon-color('confirm-fade', 'actions', $color-black, 2, true); |