table wrapper

This commit is contained in:
Mateusz Gruszczyński
2026-05-20 22:15:32 +02:00
parent af20e55539
commit d7ac0f18e9
2 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -519,6 +519,18 @@ body.resizing-details {
.muted-pane {
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 {
white-space: nowrap;
}