Skip to content

Commit

Permalink
EDX-1934: changed the alignment of the phone number in the Authoritie…
Browse files Browse the repository at this point in the history
…s List to match the alignment from the Districts List.
  • Loading branch information
keeganbcgov committed Oct 25, 2023
1 parent 32b046f commit ec101eb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions frontend/src/components/institute/AuthoritiesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,11 @@
item.raw.status
}}</span>
</v-col>
<v-col
cols="2"
class="d-flex justify-start"
>
<v-icon aria-hidden="false">
<v-col cols="3">
<v-icon>
mdi-phone-outline
</v-icon>
<span class="statusCodeLabel"> {{
<span class="largeFont">{{
formatPhoneNumber(item.raw.phoneNumber)
}}</span>
</v-col>
Expand Down Expand Up @@ -515,6 +512,10 @@ export default {
cursor: pointer;
}
.largeFont {
font-size: large;
}
.containerSetup {
padding-right: 30em !important;
padding-left: 30em !important;
Expand Down

0 comments on commit ec101eb

Please sign in to comment.