aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/admin_tabs/frontends_tab.scss
blob: e3e04bc6f4d7c60f4955f4467c1645d1901a1955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.frontends-tab {
  .cards-list {
    padding: 0;
  }

  dd {
    text-overflow: ellipsis;
    word-wrap: nowrap;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 10em;
  }
}