Skip to content

Commit

Permalink
chore: fix fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Nov 3, 2024
1 parent bdbd6b3 commit f914009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/FieldSet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<style>
fieldset {
border: none;
display: grid;
grid-template-columns: 1fr 3fr;
gap: 1rem;
Expand Down

0 comments on commit f914009

Please sign in to comment.