gitlab-org--gitlab-foss/app/assets/stylesheets/components/ref_selector.scss

14 lines
283 B
SCSS

.ref-selector {
.dropdown-menu.show {
// Make the dropdown a little wider and longer than usual
// since it contains quite a bit of content.
overflow: hidden;
width: 20rem;
&,
.gl-new-dropdown-inner {
max-height: $dropdown-max-height-lg;
}
}
}