Skip to content

Commit

Permalink
fix(info-prompt): carousel x padding to prevent prev/next cover
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashroch committed Feb 12, 2025
1 parent 9bfe5d8 commit f0ae6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/survey/src/components/prompts/custom/info-prompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
flat
>
<v-card
class="pa-4"
class="px-6 py-4"
:color="prompt.carousel.color"
flat
tile
Expand Down

0 comments on commit f0ae6e8

Please sign in to comment.