mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
24 lines
360 B
CSS
24 lines
360 B
CSS
.query {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 120px;
|
|
}
|
|
|
|
.elapsedTime,
|
|
.source {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 150px;
|
|
}
|
|
|
|
.details {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
}
|
|
|
|
.parametersContent {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|