Skip to content

Commit

Permalink
Removed: unsued style from the modal component(#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jul 18, 2023
1 parent a86c882 commit 1a0be02
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/CustomFieldModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,3 @@ export default defineComponent({
},
});
</script>

<style scoped>
ion-row {
flex-wrap: nowrap;
overflow: scroll;
}
ion-chip {
flex-shrink: 0;
}
</style>

0 comments on commit 1a0be02

Please sign in to comment.