1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Fixed: Misaligned table border

Closes #5456
This commit is contained in:
Mark McDowall
2023-03-05 18:58:57 -08:00
parent 622e36de96
commit aa938d911b
5 changed files with 26 additions and 26 deletions
@@ -20,7 +20,5 @@
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex;
justify-content: flex-end;
width: 55px;
}