summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/ref_selector.scss
blob: ded911c2492a2bdcf05742718cc0018aeb3724fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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;
    }
  }
}