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

#4653
pull/2/head
nitsua 4 years ago committed by GitHub
parent 7eedb7fbec
commit ca8f4acdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}

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

Loading…
Cancel
Save