Skip to content

Commit

Permalink
fix(in-page-navigation): modified code so vertical items wrap text (#…
Browse files Browse the repository at this point in the history
…4206)

* fix(in-page-navigation): modified code so vertical items wrap text

* chore(in-page-navigation): chagneset
  • Loading branch information
krisantrobus authored Jan 14, 2025
1 parent 0b90abd commit 3aa24f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/selfish-bottles-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/in-page-navigation": minor
"@twilio-paste/core": minor
---

[InPageNavigation] modified vertical items to wrap text as opposed to using ellipses
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const VERTICAL_BASE_STYLES: BoxStyleProps = {
paddingRight: "space50",
borderBottomRightRadius: "borderRadius30",
borderTopRightRadius: "borderRadius30",
whiteSpace: "break-spaces",
_focus: {
boxShadow: "shadowFocusInset",
outline: "none",
Expand Down

0 comments on commit 3aa24f5

Please sign in to comment.