align table items

This commit is contained in:
HB9HIL
2024-03-03 22:25:27 +01:00
parent 4bbfe1b07e
commit aa4fc67dfd

View File

@@ -861,3 +861,7 @@ label {
--bs-dropdown-link-disabled-color: initial !important;
}
#station_logbooks_table tbody td, #station_locations_table tbody td {
text-align: center;
vertical-align: middle;
}