Commit 4512ed80 authored by George Tsiolis's avatar George Tsiolis

Fix new project path input overlapping

- Max-width and height
parent dc325c67
...@@ -167,7 +167,7 @@ label { ...@@ -167,7 +167,7 @@ label {
.input-group { .input-group {
.select2-container { .select2-container {
display: table-cell; display: table-cell;
width: 200px !important; max-width: 180px;
} }
.input-group-addon { .input-group-addon {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.select2-choice { .select2-choice {
background: $white-light; background: $white-light;
border-color: $input-border; border-color: $input-border;
height: 35px; height: 34px;
padding: $gl-vert-padding $gl-input-padding; padding: $gl-vert-padding $gl-input-padding;
font-size: $gl-font-size; font-size: $gl-font-size;
line-height: 1.42857143; line-height: 1.42857143;
......
---
title: Fix new project path input overlapping
merge_request: 16755
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment