-
Notifications
You must be signed in to change notification settings - Fork 354
Switch height bug #2864
Copy link
Copy link
Closed
Labels
BUGSomething isn't workingSomething isn't workingd3: mediumNo cheats. Monsters a bit faster.No cheats. Monsters a bit faster.v3: wish to haveThis is something user want, but can live without itThis is something user want, but can live without it
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't workingd3: mediumNo cheats. Monsters a bit faster.No cheats. Monsters a bit faster.v3: wish to haveThis is something user want, but can live without itThis is something user want, but can live without it
Type
Projects
Status
Done
In flex container va-switch with, for example, error label will be rendered in this weird way:
No problem for block:
User can solve this with align-items: flex-start, but it's not good :)
This behaviour is caused by height: 100% of the va-switch container and @m0ksem says that we need it.
So, we should solve this situation.