Skip to content

Commit

Permalink
fix(ɵcomponents/accordion): stretch header content to full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Jun 14, 2023
1 parent 1fe7039 commit 7032730
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ $background-color: var(--sci-color-P100);

> button {
all: unset;
display: flex;
justify-content: space-between;
display: inline-grid;
grid-template-columns: 1fr auto;
grid-column-gap: .5em;
align-items: center;
cursor: pointer;
padding: 1em;
Expand Down

0 comments on commit 7032730

Please sign in to comment.