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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-28 20:46:28 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-02-14 18:39:51 +0300
commit4512ed80fc229a8048a950070fa2174754707bc0 (patch)
tree7de97c8923632d2aa0a5cb38b92b0fde2ece774f /app/assets/stylesheets/framework/selects.scss
parentdc325c672e20afa953117b0e1b04b2e399f391d7 (diff)
Fix new project path input overlapping
- Max-width and height
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r--app/assets/stylesheets/framework/selects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index dbee7073975..b40dcf93969 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -8,7 +8,7 @@
.select2-choice {
background: $white-light;
border-color: $input-border;
- height: 35px;
+ height: 34px;
padding: $gl-vert-padding $gl-input-padding;
font-size: $gl-font-size;
line-height: 1.42857143;