You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it might break layout as well: we need to check what happens in several types of form layouts (inlined, vertically stacked, etc.) and try to contain the overflow in some way (maybe properties like contain or isolation might help),
it requires to use string lentgh.
If we give this a shot, it'll need a brand new, dedicated mixin for such cases. And might be extended to other replaced and void elements (needs to deep dive onto testing).
The text was updated successfully, but these errors were encountered:
While thinking out loud for #404, I imagined something. I'm unsure we can do something like this, but:
So here's the idea implemented in CodePen. This has major drawbacks, though:
If we give this a shot, it'll need a brand new, dedicated mixin for such cases. And might be extended to other replaced and void elements (needs to deep dive onto testing).
The text was updated successfully, but these errors were encountered: