1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed: icon stacking on the movie details page (#4658)

#4653
This commit is contained in:
nitsua
2020-07-29 16:00:44 -04:00
committed by GitHub
parent 7eedb7fbec
commit ca8f4acdaa
2 changed files with 8 additions and 2 deletions
@@ -1,4 +1,4 @@
.title {
.relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all;
@@ -27,3 +27,9 @@
white-space: nowrap;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}