debian-mirror-gitlab/app/assets/stylesheets/components/ref_selector.scss
2021-04-17 20:07:23 +05:30

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;
}
}
}