Skip to content

Commit

Permalink
fix: padding on addons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Dec 16, 2024
1 parent 634725c commit 908e6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/collapsibleItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@

<style lang="scss">
// TODO: remove once pink is updated
.collapsible-item {
.collapsible-item:not(.is-info) {
.collapsible-wrapper {
padding-left: 0;
padding-left: 0.5rem;
}
.collapsible-wrapper.is-disabled {
cursor: not-allowed;
Expand Down

0 comments on commit 908e6ea

Please sign in to comment.