Skip to content

Commit

Permalink
fix(pb-collapse): collapse icons with fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel committed Jul 22, 2024
1 parent db3e6b6 commit 0e83fbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pb-collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ export class PbCollapse extends themableMixin(pbMixin(LitElement)) {
}
#trigger {
display: flex;
align-items:center
display: grid;
align-items:center;
grid-template-columns:auto auto;
}
iron-icon {
Expand Down

0 comments on commit 0e83fbe

Please sign in to comment.