-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix(Label): missing text overflow #1206
Conversation
Playwright Test Component is ready. |
Preview is ready. |
src/components/Label/Label.scss
Outdated
&__content, | ||
&__key, | ||
&__separator, | ||
&__value { | ||
vertical-align: top; | ||
|
||
display: inline-block; | ||
} | ||
|
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.
It does nothing, all these elements are flex's children. Can be removed without any difference
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.
You're right, I guess it came from my first attempts to fix this the other way so I assumed it did something important
c479d7a
to
5922401
Compare
5922401
to
9106860
Compare
No description provided.