Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
4512ed80
Commit
4512ed80
authored
Jan 28, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new project path input overlapping
- Max-width and height
parent
dc325c67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+1
-1
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-1
changelogs/unreleased/fix-new-project-path-input-overlapping.yml
...ogs/unreleased/fix-new-project-path-input-overlapping.yml
+5
-0
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
4512ed80
...
...
@@ -167,7 +167,7 @@ label {
.input-group
{
.select2-container
{
display
:
table-cell
;
width
:
200px
!
important
;
max-width
:
180px
;
}
.input-group-addon
{
...
...
app/assets/stylesheets/framework/selects.scss
View file @
4512ed80
...
...
@@ -8,7 +8,7 @@
.select2-choice
{
background
:
$white-light
;
border-color
:
$input-border
;
height
:
3
5
px
;
height
:
3
4
px
;
padding
:
$gl-vert-padding
$gl-input-padding
;
font-size
:
$gl-font-size
;
line-height
:
1
.42857143
;
...
...
changelogs/unreleased/fix-new-project-path-input-overlapping.yml
0 → 100644
View file @
4512ed80
---
title
:
Fix new project path input overlapping
merge_request
:
16755
author
:
George Tsiolis
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment