Fix vertical alignment for ratings on series table

This commit is contained in:
Bogdan
2026-05-21 16:58:01 -07:00
committed by Mark McDowall
parent 90f5d9713b
commit d75ebf93a7
@@ -145,7 +145,7 @@
}
.ratings {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell;
flex: 0 0 80px;
}