Skip to content

Commit

Permalink
Merge pull request #179 from eeditiones/collapse-style
Browse files Browse the repository at this point in the history
change of width in pb-collapase icons
  • Loading branch information
JoernT authored Jul 23, 2024
2 parents db3e6b6 + 0e83fbe commit 8ea90c5
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 8ea90c5

Please sign in to comment.