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
  • Loading branch information
krisantrobus committed Jan 13, 2025
1 parent 0b90abd commit cfdafc2
Showing 1 changed file with 1 addition and 0 deletions.
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 cfdafc2

Please sign in to comment.