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);