mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
13c444bba6
Closes #3886
13 lines
216 B
CSS
13 lines
216 B
CSS
.sourceTitle {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
word-break: break-word;
|
|
}
|
|
|
|
.details,
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 65px;
|
|
}
|