From 74df349a442beb77b8b78874a031cd2d00759c4f Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 14 Mar 2026 01:51:35 +0100 Subject: [PATCH] chore(stations): added station name padding --- src/components/StationsView/StationTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index a400a1c..5b343f9 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -578,6 +578,7 @@ tbody tr { .station-name { font-weight: bold; max-width: 200px; + padding: 0.25em; &.default { color: var(--clr-primary);