debian-mirror-gitlab/app/assets/stylesheets/pages/admin.scss

19 lines
248 B
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.info-well {
.admin-well-statistics,
.admin-well-features {
padding-bottom: 46px;
}
}
2018-11-20 20:47:30 +05:30
.usage-data {
max-height: 400px;
}
2021-01-29 00:20:46 +05:30
[data-page='admin:jobs:index'] {
.admin-builds-table {
td:last-child {
min-width: 120px;
}
}
}