1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -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
@@ -4,9 +4,7 @@
width: 80px;
}
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
.titleContent {
display: flex;
align-items: center;
justify-content: space-between;