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

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