1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fix issue with headers on movie index table view not being aligned

Fixes: #4800
This commit is contained in:
nitsua 2020-08-02 12:05:24 -04:00 committed by Qstick
parent 41fc244bda
commit e232fa2c9c

View File

@ -80,5 +80,5 @@
.actions {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 0 1 90px;
flex: 0 1 120px;
}