Skip to content

Commit

Permalink
Merge pull request #1038 from bcgov/fix/schoolDetailsHeader
Browse files Browse the repository at this point in the history
EDX-1804/1808 - Tweaks to school header styles on the school details …
  • Loading branch information
arcshiftsolutions authored Sep 18, 2023
2 parents 4f2c104 + 4dcf2b0 commit 7676749
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/src/components/common/forms/SchoolDetailsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
>
<v-col>
<v-row class="d-flex justify-start">
<v-col class="d-flex justify-start">
<v-col
cols="9"
class="d-flex justify-start"
>
<h2 id="schoolMincodeTitle">
{{ school.mincode }}
</h2>
Expand All @@ -60,8 +63,7 @@
</v-col>
<v-col
v-if="!editing"
cols=4
lg=5
cols="3"
class="text-right"
>
<PrimaryButton
Expand All @@ -84,8 +86,8 @@
</v-col>
<v-col
v-else
cols="1"
class="d-flex justify-end mt-2"
cols="3"
class="d-flex justify-end mt-1"
>
<PrimaryButton
id="cancelButton"
Expand Down

0 comments on commit 7676749

Please sign in to comment.