-
Notifications
You must be signed in to change notification settings - Fork 3
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
SHS-5991: Text is clipped when resized #1712
base: 11.6.3-release
Are you sure you want to change the base?
Conversation
… it only in specific scenarios
…n there's an image aligned to the left
…n there's an image aligned to the left
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.
@mariannuar Seems to be resolved from my end. Thanks for adding the inline comment for clarity of where this styling is being applied.
@ahughes3 This PR is ready for you. I was able to confirm this locally but (as of this morning) I'm seeing a "Oops! Something went wrong..." from the tugboat links. I triggered a refresh on tugboats side of things so hopefully this resolves itself with the rebuild. If you're having trouble viewing the links just let me know and I'll trigger a full rebuild. |
Summary
This PR remove the CSS
overflow: hidden
property to all the list items without a class and add that property only to the ones that need it. SiteImprove is flagging this as an a issue.Urgency
medium
Steps to Test
/components/text-area-typography
,/components/accordions
.overflow: hidden
property is only preventing the list item to float behind images that are floated to the left.footer component
should look the same and shouldn't use that CSSoverflow: hidden
property