From 4d060a62fdec993283878227477aba2235e5b51e Mon Sep 17 00:00:00 2001 From: EETagent Date: Thu, 26 Jan 2023 21:17:42 +0100 Subject: [PATCH] fix: formatting --- .../lib/components/select/SchoolSelect.svelte | 57 +++++++++---------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/frontend/src/lib/components/select/SchoolSelect.svelte b/frontend/src/lib/components/select/SchoolSelect.svelte index 5ee8daa..93b31a7 100644 --- a/frontend/src/lib/components/select/SchoolSelect.svelte +++ b/frontend/src/lib/components/select/SchoolSelect.svelte @@ -1,37 +1,36 @@
-
- - {$LL.input.selectedSchool()}: {selectedSchool.name} - - - - -
-
- {$LL.input.fieldOfStudy()}: - -
-
\ No newline at end of file +
+ + {$LL.input.selectedSchool()}: {selectedSchool.name} + + + + +
+
+ {$LL.input.fieldOfStudy()}: + +
+