fix: remove flexbox to enable ellipsis#102640
Conversation
|
The proposed solution removes the use of flex container so that ellipsis works as expected. There's however a loss in the vertical centering of the badge that I didn't manage to solve. I tried the following in vain:
Any suggestions will be welcomed. |
I think I found a solution by removing the extra div element (unless there are side effects I'm not aware of). |
isidorn
left a comment
There was a problem hiding this comment.
I have did an initial code review, once you tackle my comments I will test this out.
There are a lot of cases that should ideally work as before, when horizontal size gets limited less important elements should get hidden first and so on.
|
Thanks for the PR! |
I'll take a look and see what can be done. |
|
I think that with the new specificity for the state label, the rulesets will be applied properly. |
|
Thanks! I just tried this out and seems to work just fine. |

This PR fixes #101352