diff --git a/src/components/JournalView/typings.ts b/src/components/JournalView/typings.ts index ae7c02b..b9c900d 100644 --- a/src/components/JournalView/typings.ts +++ b/src/components/JournalView/typings.ts @@ -17,7 +17,7 @@ export namespace Journal { }; export type TimetableSorterKey = 'timetableId' | 'beginDate' | 'distance' | 'total-stops'; - export type DispatcherSorterKey = 'timestampFrom' | 'duration'; + export type DispatcherSorterKey = 'timestampFrom' | 'duration' | ''; export interface DispatcherSorter { id: DispatcherSorterKey; diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index c4ec7f4..c664778 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -447,7 +447,7 @@ export default defineComponent({ .section-inputs { display: grid; - grid-template-columns: repeat(3, minmax(0, 1fr)); + grid-template-columns: repeat(3, 1fr); gap: 0.5em; margin: 1em 0; }