mirror of https://github.com/Radarr/Radarr
parent
7eedb7fbec
commit
ca8f4acdaa
|
@ -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…
Reference in New Issue