mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
12 lines
211 B
CSS
12 lines
211 B
CSS
.relativePath {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-all;
|
|
}
|
|
|
|
.quality {
|
|
composes: cell from 'Components/Table/Cells/TableRowCell.css';
|
|
|
|
text-align: center;
|
|
}
|