Skip to content

Commit a6ffc32

Browse files
Merge branch 'main' into change-ownership-gsc
2 parents 0ac7499 + 3aa24f5 commit a6ffc32

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@twilio-paste/in-page-navigation": minor
3+
"@twilio-paste/core": minor
4+
---
5+
6+
[InPageNavigation] modified vertical items to wrap text as opposed to using ellipses

packages/paste-core/components/in-page-navigation/src/InPageNavigationItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const VERTICAL_BASE_STYLES: BoxStyleProps = {
6363
paddingRight: "space50",
6464
borderBottomRightRadius: "borderRadius30",
6565
borderTopRightRadius: "borderRadius30",
66+
whiteSpace: "break-spaces",
6667
_focus: {
6768
boxShadow: "shadowFocusInset",
6869
outline: "none",

0 commit comments

Comments
 (0)