Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ie.scss « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 721bb580bb51eabcb7bdf5a2f6d73287b2390c6f (plain)
1
2
3
4
5
6
7
8
@import 'framework/variables';

.show.dropdown {
  .dropdown-menu,
  .dropdown-menu-nav {
    height: $dropdown-max-height;
  }
}