Skip to content

Commit

Permalink
fix(RadioGroup): unexpected wrapped text in picker appearance (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jul 27, 2023
1 parent f4a480b commit c5aa81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RadioGroup/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

.rs-radio-checker > label {
display: inline-block;
white-space: nowrap;
font-size: @font-size-base;
line-height: @line-height-base;
border-radius: 0;
Expand Down

1 comment on commit c5aa81a

@vercel
Copy link

@vercel vercel bot commented on c5aa81a Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rsuite-nextjs – ./docs

rsuite.vercel.app
rsuite-nextjs-git-main-rsuite.vercel.app
rsuite-nextjs-rsuite.vercel.app
rsuitejs.com

Please sign in to comment.