Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix labels position #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix the issue of all components containing labels with high vertical …
…position of labels
  • Loading branch information
mousheng committed Aug 1, 2023
commit fd3cacb6f7fe8ab1749cb3d40dd07dff6b70fcdf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const LabelWrapper = styled.div<{
const Label = styled.span<{ border: boolean }>`
${labelCss};
${(props) => props.border && UnderlineCss};
padding-bottom: 2.5px;
width: fit-content;
user-select: text;
white-space: nowrap;
Expand Down