Skip to content

Commit

Permalink
[50436] Attribute help text icon overlaps with the field (#13942)
Browse files Browse the repository at this point in the history
* add text shortner for the label so when the text is long, it will be truncated

* wrap the attribute name and assign some space for attribute help text icon (1rem)
  • Loading branch information
bsatarnejad authored Oct 25, 2023
1 parent 9abff27 commit 26ef0f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
> wp-replacement-label
padding-right: $spot-spacing-0_5
flex: 1 1 auto
max-width: 100%
max-width: calc(100% - 1rem)
word-wrap: break-word

> attribute-help-text
flex: 100 0 auto
Expand Down

0 comments on commit 26ef0f9

Please sign in to comment.