1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -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
@@ -10,7 +10,7 @@ import styles from './MovieFileEditorTableContent.css';
const columns = [
{
name: 'title',
label: 'Title',
label: 'Relative Path',
isVisible: true
},
{