Skip to content

Commit

Permalink
fix(forms): array item field width (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Aug 9, 2024
1 parent 0a27a57 commit 10223c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/forms/src/components/fields/FieldArrayItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ defineEmits<{
</script>

<style lang="scss" scoped>
.array-item-wrapper {
width: 100%;
}
.array-item {
display: flex;
width: 100%;
Expand Down

0 comments on commit 10223c6

Please sign in to comment.