summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:50:41 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:50:41 +0100
commit09396b2eaa529a7c9049e482142c3885c4510b90 (patch)
treee9b49842b97d0e6babfc1cf2de8c13602a7f73e8
parentd5fd9b26b13678a9e09a56890af10babe46362f0 (diff)
downloadgitlab-ce-09396b2eaa529a7c9049e482142c3885c4510b90.tar.gz
Render all form controls at the same height
-rw-r--r--app/assets/stylesheets/framework/forms.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index ddb522bb638..80283a56ec3 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -74,6 +74,8 @@ label {
.form-control {
@include box-shadow(none);
+ height: 42px;
+ padding: 8px $gl-padding;
}
.wiki-content {