Merge pull request #48 from PhoenixTwoFive:bugfix/47-misaligned-buttons

Fix button alignment
This commit is contained in:
Phillip Kühne
2023-03-30 22:28:57 +02:00
committed by GitHub

View File

@ -154,6 +154,10 @@ body {
border-color: var(--table-border-color)
}
table td.buttoncell {
text-align: end;
}
.close {
color: var(--text-color)
}