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
Oruga version: 0.5.8 Vuejs version: 3.2.41 OS/Browser: Firefox Linux
Description
After 9e5b406 which fixes #427, it seems <o-field horizontal> is broken, there is a new div without any styling on the input side, and it lacks the correct flex attributes to display correctly.
Overview of the problem
Oruga version: 0.5.8
Vuejs version: 3.2.41
OS/Browser: Firefox Linux
Description
After 9e5b406 which fixes #427, it seems
<o-field horizontal>
is broken, there is a new div without any styling on the input side, and it lacks the correct flex attributes to display correctly.Steps to reproduce
<o-field horizontal label="Foo"> <o-input></o-input> </o-field>
now generates
Expected behavior
If I manually edit the html in the devtools and remove the outer div with the empty class I get what I was expecting:
Actual behavior
But with what is now generated, the right part of the field does not has the grow bits, and it gets shrunk:
The text was updated successfully, but these errors were encountered: