mirror of https://github.com/lidarr/Lidarr
Fixed: Unmapped Delete button cutoff
This commit is contained in:
parent
250a70328e
commit
b03f4d7d95
|
@ -15,5 +15,5 @@
|
|||
.actions {
|
||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||
|
||||
flex: 0 1 90px;
|
||||
flex: 0 1 95px;
|
||||
}
|
||||
|
|
|
@ -18,5 +18,5 @@
|
|||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
|
||||
flex: 0 0 90px;
|
||||
flex: 0 0 95px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue