mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 11:10:37 +02:00
6 lines
104 B
CSS
6 lines
104 B
CSS
.details,
|
|
.actions {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 65px;
|
|
}
|