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

View File

@@ -1,4 +1,4 @@
.title { .relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css'; composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all; word-break: break-all;
@@ -27,3 +27,9 @@
white-space: nowrap; white-space: nowrap;
} }
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 100px;
}

View File

@@ -10,7 +10,7 @@ import styles from './MovieFileEditorTableContent.css';
const columns = [ const columns = [
{ {
name: 'title', name: 'title',
label: 'Title', label: 'Relative Path',
isVisible: true isVisible: true
}, },
{ {