mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
11 lines
199 B
CSS
11 lines
199 B
CSS
.relativePath {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-all;
|
|
}
|
|
|
|
.extension,
|
|
.type {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
}
|