This is not a issue with the bundle itself but I was wondering if you know how to easily render the form as a row instead of a block.
This is how I would want to it to look like (this is a override of a row rendering I did in sonata)

And this is the default rendering of your component:

Maybe there is a generic solution (class, css, configurion) I don't want to end up overriding with
{% block {form_input_name}_row %} for all the input I need to do so...
This is not a issue with the bundle itself but I was wondering if you know how to easily render the form as a row instead of a block.
This is how I would want to it to look like (this is a override of a row rendering I did in sonata)

And this is the default rendering of your component:
Maybe there is a generic solution (class, css, configurion) I don't want to end up overriding with
{% block {form_input_name}_row %} for all the input I need to do so...