Skip to content

Commit

Permalink
fix: Apply padding to Snaps UI root element no matter the type
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Sep 3, 2024
1 parent 5c5bc87 commit 70f8b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/snaps/snap-ui-renderer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

&__container {
& > div:first-child {
& > *:first-child {
padding: 16px;
}
}
Expand Down

0 comments on commit 70f8b8e

Please sign in to comment.