-
Notifications
You must be signed in to change notification settings - Fork 44
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
MaskedInput
, CodeBlock
- scrollbar overlap fix (HDS-2864)
#2444
Conversation
…es of wrapping overflowing content to Showcase
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -57,6 +57,19 @@ | |||
<SF.Item @label="With multiline value (template literal)"> | |||
<Hds::Form::MaskedInput::Base @isMultiline={{true}} @isContentMasked={{false}} @value={{this.multilineText2}} /> | |||
</SF.Item> | |||
<SF.Item @label="With long wrapping text (masked)"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[praise] nice addition to the showcase 👏👏👏
MaskedInput
- scrollbar overlap fix (HDS-2864)MaskedInput
, CodeBlock
- scrollbar overlap fix (HDS-2864)
Will update CodeBlock styles as well in this PR as was recommended |
website/docs/components/code-block/partials/version-history/4.11.1.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Thank you for investigating and updating these. We'd need to change the version to 4.12.0, otherwise good to be merged
📌 Summary
If merged, this PR will update the scrollbar-width for the MaskedInput textarea to "thin", reducing the overlap of the toggle button.
📸 Screenshots
BEFORE:
AFTER:
🔗 External links
👀 Component checklist
💬 Please consider using conventional comments when reviewing this PR.