mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -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
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user