Skip to content

Commit

Permalink
fix(pb-collapse): too much space between trigger icon and text
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Dec 2, 2024
1 parent 7abdd8f commit 9b153b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pb-collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class PbCollapse extends themableMixin(pbMixin(LitElement)) {
#trigger {
display: grid;
align-items:center;
grid-template-columns:auto auto;
grid-template-columns:min-content auto;
}
iron-icon {
Expand Down

0 comments on commit 9b153b6

Please sign in to comment.