Lidarr/frontend/src/System/Plugins/PluginRow.css

12 lines
193 B
CSS

.version {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}