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

admin.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af1eefd75871b4a190abf15e1f1c67f063e1ca70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.info-well {
  .admin-well-statistics,
  .admin-well-features {
    padding-bottom: 46px;
  }
}

.usage-data {
  max-height: 400px;
}

[data-page='admin:jobs:index'] {
  .admin-builds-table {
    td:last-child {
      min-width: 120px;
    }
  }
}