#4653
@ -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 {
width: 100px;
@ -10,7 +10,7 @@ import styles from './MovieFileEditorTableContent.css';
const columns = [
{
name: 'title',
label: 'Title',
label: 'Relative Path',
isVisible: true
},