summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/forms.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 13:59:28 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 13:59:28 +0100
commitf414928a54aebddbf73f0e92ccf96a09ad1b6cb4 (patch)
treef369636e42b7848445367c7c39c8756606d73786 /app/assets/stylesheets/framework/forms.scss
parent9c69c899410f9cb853f461dc1e997232bd4d47d3 (diff)
downloadgitlab-ce-f414928a54aebddbf73f0e92ccf96a09ad1b6cb4.tar.gz
Standartize buttons and fields size
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 032d343df44..ed0a37d3cc5 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -74,8 +74,6 @@ label {
.form-control {
@include box-shadow(none);
- height: 42px;
- padding: 8px $gl-padding;
}
.wiki-content {