mirror of
https://github.com/Readarr/Readarr
synced 2026-02-04 13:53:29 +01:00
6 lines
127 B
CSS
6 lines
127 B
CSS
.TrackActionsCell {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
white-space: nowrap;
|
|
}
|