mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 20:32:51 +00:00
24 lines
No EOL
438 B
CSS
24 lines
No EOL
438 B
CSS
#checks-modal .modal-header {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.channel-checks-table > tbody > tr > th {
|
|
border-top: 0;
|
|
}
|
|
|
|
.channel-checks-table td:first-child, .channel-checks-table th:first-child {
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.channel-checks-table td:nth-child(2) {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.channel-checks-table td:nth-child(3) {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.channel-checks-table .unnamed {
|
|
color: #999;
|
|
font-style: italic;
|
|
} |