Skip to content

Commit

Permalink
fix(label): add nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Rashkovan committed Sep 19, 2024
1 parent d5365b4 commit d40b5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/experimental/Label/Label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const StyledLabel = styled.span<{ $type: LabelType }>`
box-sizing: border-box;
border-radius: ${get('radii.2')};
padding: ${get('space.1')} ${get('space.2')};
white-space: nowrap;
${textStyles.variants.label2};
Expand Down

0 comments on commit d40b5d6

Please sign in to comment.