1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00

Fixed border for actions in health status

This commit is contained in:
Bogdan 2023-08-09 16:14:50 +03:00
parent 145f67d14b
commit aa98b2bac9

View File

@ -20,5 +20,7 @@
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
min-width: 90px;
}