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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
3c1dfcc0
Commit
3c1dfcc0
authored
Sep 04, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make dropdowns on new issue page consistent
parent
499b6406
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-0
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+6
-2
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
3c1dfcc0
...
...
@@ -728,6 +728,8 @@
@mixin
new-style-dropdown
(
$selector
:
''
)
{
#{
$selector
}
.dropdown-menu
,
#{
$selector
}
.dropdown-menu-nav
{
margin-bottom
:
24px
;
li
{
padding
:
0
1px
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
3c1dfcc0
...
...
@@ -143,8 +143,12 @@ ul.related-merge-requests > li {
}
}
.issue-form
.select2-container
{
width
:
250px
!
important
;
.issue-form
{
@include
new-style-dropdown
;
.select2-container
{
width
:
250px
!
important
;
}
}
.issues-footer
{
...
...
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