Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/underline-wrapper-force-no-border.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

UnderlineNav: Prevent external borders from incorrectly triggering the overflow menu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/* Pin the vertical box model so external border/padding overrides can't change the height budget and incorrectly trigger the overflow "more" menu */
box-sizing: border-box;
border-block: 0 !important;
border: 0 !important;
padding-block: var(--base-size-8) 0 !important;

.UnderlineItemList {
Expand Down
Loading