Skip to content

Commit

Permalink
I don't like this padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Nov 19, 2024
1 parent de7ad4c commit 9e4f1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DxpTimeZoneSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ion-toolbar>
</ion-header>

<ion-content class="ion-padding">
<ion-content>
<div>
<ion-radio-group value="rd" v-model="timeZoneId">
<ion-list v-if="showBrowserTimeZone">
Expand Down Expand Up @@ -213,4 +213,4 @@ function clearSearch() {
queryString.value = ''
filteredTimeZones.value = []
}
</script>
</script>

0 comments on commit 9e4f1b9

Please sign in to comment.