Skip to content

Commit

Permalink
Merge pull request #1622 from bcgov/fix/edx-1934
Browse files Browse the repository at this point in the history
EDX-1934: changed the alignment of the phone number in the Authoritie…
  • Loading branch information
mightycox authored Oct 25, 2023
2 parents 32b046f + ec101eb commit dc3ce56
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 dc3ce56

Please sign in to comment.