Commit d2465285 authored by Enrique Alcantara's avatar Enrique Alcantara

Adjust gl-dropdown arrow position

parent 466a70b7
...@@ -164,24 +164,11 @@ ...@@ -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 .dropdown-menu-toggle {
.gl-dropdown-caret { padding-right: $gl-padding-8;
position: absolute;
right: $gl-padding-8;
top: $gl-padding-8;
}
// Add some child to the button so that the default height kicks in .gl-dropdown-toggle-text {
// when there's no text (since the caret is now aboslute) min-height: $gl-line-height-20;
&::after {
border: 0;
content: ' ';
display: inline-block;
margin: 0;
padding: 0;
position: relative;
} }
} }
......
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