mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 12:52:27 +01:00
Fixed: Cutoff delete button in unmapped files
This commit is contained in:
parent
acb6fc01b3
commit
fa459ea7ac
2 changed files with 2 additions and 2 deletions
|
|
@ -15,5 +15,5 @@
|
|||
.actions {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
flex: 0 1 90px;
|
||||
flex: 0 1 100px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@
|
|||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
|
||||
flex: 0 0 90px;
|
||||
flex: 0 0 100px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue