Skip to content

Commit

Permalink
Merge pull request #447 from Ritika-Patel08/#431
Browse files Browse the repository at this point in the history
Fixed: code by adding css to ion-content to remove the overlapping of icon and text(#431)
  • Loading branch information
ravilodhi authored Mar 13, 2024
2 parents 072708e + 056e01d commit aef23dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/TransferShipmentReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@
</script>

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

0 comments on commit aef23dc

Please sign in to comment.