Skip to content

Commit

Permalink
Align pill with expandable header (#5772)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Vertically align pill with the expandable alt_header, per
#5588 (review)

## Checklist
- [x] Test changes in localhost

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nghi-ly and github-actions[bot] authored Jul 12, 2024
1 parent cbeeab8 commit 00c713b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/components/expandable/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@
.expandableContainer {
margin-bottom: 5px; /* Adjust this value as needed to create space */
}

.headerText {
display: flex;
align-items: center;
}

0 comments on commit 00c713b

Please sign in to comment.