15 lines
201 B
CSS
15 lines
201 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
table tbody tr td:first-child {
|
|
padding-right: 3rem !important;
|
|
}
|
|
|
|
.line-stderr {
|
|
background-color: rgba(255, 0, 0, 0.5);
|
|
}
|
|
|
|
.logs-lines {
|
|
white-space: nowrap;
|
|
}
|