Skip to content

Commit

Permalink
Merge pull request #276 from appwrite/fix-helper-margin
Browse files Browse the repository at this point in the history
fix: helper top margin
  • Loading branch information
TorstenDittmann authored Feb 10, 2023
2 parents 28ef393 + dcd2324 commit a03187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/elements/forms/helper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<p
class="helper u-margin-block-start-12"
class="helper u-margin-block-start-8"
class:u-color-text-info={type === 'info'}
class:u-color-text-danger={type === 'error'}
class:u-color-text-success={type === 'success'}
Expand Down

1 comment on commit a03187a

@vercel
Copy link

@vercel vercel bot commented on a03187a Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.