table wrapper
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -519,6 +519,18 @@ body.resizing-details {
|
|||||||
.muted-pane {
|
.muted-pane {
|
||||||
color: var(--bs-secondary-color);
|
color: var(--bs-secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.torrent-log-message {
|
||||||
|
background: var(--bs-tertiary-bg);
|
||||||
|
border: 1px solid var(--bs-border-color);
|
||||||
|
border-radius: 0.65rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
line-height: 1.6;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 4.25rem;
|
||||||
|
padding: 1rem 1.1rem;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
.detail-table {
|
.detail-table {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user