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

12 lines
193 B
CSS
Raw Normal View History

2022-07-19 20:08:53 +00:00
.version {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 150px;
}