debian-mirror-gitlab/app/assets/stylesheets/components/ref_selector.scss
2023-03-05 14:24:40 +05:30

13 lines
279 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-dropdown-inner {
max-height: $dropdown-max-height-lg;
}
}
}