Skip to content

Commit

Permalink
Fixed: code by adding css to ion-content to remove the overlapping of…
Browse files Browse the repository at this point in the history
… icon and text(hotwax#431)
  • Loading branch information
Ritika-Patel08 committed Mar 12, 2024
1 parent c7d0ef7 commit fd6a4d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/TransferShipmentReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,13 @@
</script>

<style scoped>
ion-content > main {
ion-content{
--padding-bottom: 80px;
> main {
max-width: 1110px;
margin-right: auto;
margin-left: auto;
}
}
</style>

0 comments on commit fd6a4d1

Please sign in to comment.