17 lines
220 B
CSS
17 lines
220 B
CSS
.status-badge {
|
|
min-width: 80px;
|
|
text-align: center;
|
|
}
|
|
|
|
.monitor-card {
|
|
height: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.resource-table {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.resource-table td:first-child {
|
|
width: 40%;
|
|
} |