treeherder/ui/push-health/pushhealth.css

17 строки
170 B
CSS
Исходник Обычный вид История

.metric-name {
font-size: 24px;
}
.pointable {
cursor: pointer;
}
2019-05-09 01:04:07 +03:00
.pre-wrap {
white-space: pre-wrap;
max-width: 95%;
}
.table-fixed {
table-layout: fixed;
}