Fixed: Misaligned table border

Closes #2232

(cherry picked from commit aa938d911b61b08185dc57a0887f3f33e3c6e1f2)
This commit is contained in:
Mark McDowall
2023-03-05 18:58:57 -08:00
committed by Bogdan
parent 5e7e0eb50b
commit 42751b598b
4 changed files with 18 additions and 15 deletions
@@ -8,12 +8,11 @@
width: 80px;
}
.title {
composes: cell;
}
.title div {
overflow-wrap: break-word;
.titleContent {
display: flex;
align-items: center;
justify-content: space-between;
word-break: break-all;
}
.indexer {