Fix table text alignment

This commit is contained in:
Torjus Håkestad 2025-03-19 23:21:26 +01:00
parent cdbcf0e03b
commit e4327cd3a8
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 2 additions and 1 deletions

View File

@ -188,6 +188,7 @@ input[type=text] {
.live_table th,
.live_table td {
padding: 12px 15px;
text-align: left;
}
.live_table tbody tr {
border-bottom: 1px solid var(--table-row-odd);

View File

@ -6,7 +6,7 @@ import (
)
var (
Version = "v0.2.2"
Version = "v0.2.3"
Build string
)