Lidarr/frontend/src/Album/Details/TrackActionsCell.css

7 lines
127 B
CSS
Raw Normal View History

.TrackActionsCell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
white-space: nowrap;
}