Skip to content

Dev -> Main for v2.1.5 #488

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 17 commits into from
Nov 10, 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
Prev Previous commit
Next Next commit
Fix label text bottom cut
  • Loading branch information
FalkWolsky committed Nov 10, 2023
commit ae570424f66d2c60a140057714d2279f4718ef54
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const LabelWrapper = styled.div<{
}>`
display: flex;
align-items: center;
line-height: 100%;
margin-right: 8px;
margin-bottom: ${(props) => (props.position === "row" ? 0 : "3.5px")};
justify-content: ${(props) => (props.align === "left" ? "start" : "end")};
Expand Down