mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
(cherry picked from commit cd2ce34f10007efacd8631d3ce3ac4f4a6212966) Closes #2134 Closes #3163
12 lines
206 B
CSS
12 lines
206 B
CSS
.sourceTitle {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-word;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 65px;
|
|
}
|