Skip to content

Commit

Permalink
fix title size on routing page
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Feb 17, 2024
1 parent ac3f1d6 commit fb73517
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<main>
<section id="order-filters" class="menu">
<ion-item lines="none">
<ion-label>{{ currentRouting.routingName }}</ion-label>
<ion-label><h1>{{ currentRouting.routingName }}<h1></ion-label>
<ion-chip slot="end" outline @click="router.go(-1)">
{{ getRouteIndex() }}
<ion-icon :icon="chevronUpOutline" />
Expand Down Expand Up @@ -1108,10 +1108,13 @@ ion-content > main {
}
.menu {
text-align: center;
border-right: 1px solid var(--ion-color-medium);
}
#inventory-sequence {
text-align: center;
}
ion-chip > ion-select {
/* Adding min-height as auto-styling is getting appLied when not using legacy select option */
min-height: unset;
Expand Down

0 comments on commit fb73517

Please sign in to comment.