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
d2465285
Commit
d2465285
authored
Feb 25, 2020
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust gl-dropdown arrow position
parent
466a70b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+3
-16
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
d2465285
...
...
@@ -164,24 +164,11 @@
}
}
// Temporary hack until `gitlab-ui` issue is fixed.
// https://gitlab.com/gitlab-org/gitlab-ui/issues/164
.gl-dropdown
.dropdown-menu-toggle
{
.gl-dropdown-caret
{
position
:
absolute
;
right
:
$gl-padding-8
;
top
:
$gl-padding-8
;
}
padding-right
:
$gl-padding-8
;
// Add some child to the button so that the default height kicks in
// when there's no text (since the caret is now aboslute)
&
:
:
after
{
border
:
0
;
content
:
' '
;
display
:
inline-block
;
margin
:
0
;
padding
:
0
;
position
:
relative
;
.gl-dropdown-toggle-text
{
min-height
:
$gl-line-height-20
;
}
}
...
...
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