Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

How to remove the class - form-inline #69

Open
samprati opened this issue Jun 18, 2021 · 0 comments
Open

How to remove the class - form-inline #69

samprati opened this issue Jun 18, 2021 · 0 comments

Comments

@samprati
Copy link

I am stuck in a situation where my form gets messed up due to form-inline class.

I installed a plugin vue-query-builder and used it in my form. i added some input fields to my form and the form layout is not as per my requirement.

Upon looking into the console elements, i saw there is a div which has the class form-inline. Upon deleting that class, the form looks good.
Screenshot 2021-06-18 at 5 40 19 PM

I tried overwrite the form-inline function by adding custom css, still cannot get to remove the class

.form-inline {
    display: contents !important;
    flex-flow: unset !important;
    align-items: unset !important;
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant