Skip to content

Commit

Permalink
Align group headers in Primer::Alpha::ActionMenu (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger authored Jul 18, 2024
1 parent 98900f3 commit ac15e65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-suits-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Always align group headers of a `Primer::Alpha::ActionMenu` at the beginning of the line
1 change: 1 addition & 0 deletions app/components/primer/alpha/action_list.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ nav-list {
/* with children */
&:not(:empty) {
display: flex;
align-items: flex-start;
padding-inline: var(--actionListContent-paddingBlock);
padding-block: var(--base-size-8);
font-size: var(--text-body-size-small);
Expand Down

0 comments on commit ac15e65

Please sign in to comment.