diff options
author | Marco Ambrosini <marcoambrosini@pm.me> | 2020-12-22 11:34:28 +0100 |
---|---|---|
committer | npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | 2020-12-22 12:28:47 +0000 |
commit | 23b61de21e7078602c46b113bb14ddb5ae116c61 (patch) | |
tree | d4f2b1aa8fcaef34d81d1db1abf5cb8c1ca78a5b /core/css | |
parent | f2b0afdb6028d50bdc6794fafb03b5936eeeaf00 (diff) | |
download | nextcloud-server-23b61de21e7078602c46b113bb14ddb5ae116c61.tar.gz nextcloud-server-23b61de21e7078602c46b113bb14ddb5ae116c61.zip |
Increase horizontal padding
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 22ac22fbcc2..69d9d773c05 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -172,7 +172,7 @@ button, .button, input[type='button'], input[type='submit'], input[type='reset'] { - padding: 6px 12px; + padding: 6px 16px; width: auto; min-height: $default-height; cursor: pointer; |