Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-06 21:11:49 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-06 21:11:49 +0300
commit456a75fb7baa13da26921618b7c7800252a011f7 (patch)
tree7e8de2f5430162070f0e4348c4346b8d4c6ae50e /app/assets/stylesheets/framework/forms.scss
parent4d4a9b7c8a62b720e573a2bec67407acc455531a (diff)
Improve input padding, fix #18237.
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 46acc3b772f..43d55661541 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -76,6 +76,7 @@ label {
.form-control {
@include box-shadow(none);
border-radius: 3px;
+ padding: $gl-vert-padding $gl-input-padding;
}
.select-wrapper {