summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
blob: b05c5df1bd853600693dabc38a342c9927ff70d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.filter-item {
  margin-right: 6px;
  vertical-align: top;
}

@media (min-width: $screen-sm-min)  {
  .issues-filters,
  .issues_bulk_update {
    .dropdown-menu-toggle {
      width: 132px;
    }
  }
}

@media (max-width: $screen-xs-max) {
  .filter-item {
    display: block;
    margin: 0 0 10px;
  }
}