mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Fixed: Cutoff delete button in unmapped files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user