Skip to content
Discussion options

You must be logged in to vote

Can you just put a parent div to wrap any element that is the child of a grid?

Example:

<div class="grid grid-cols-#">
    <div>
        <flux:input></flux:input>
    </div>
    <div>
        <flux:fieldset></flux:fieldset>
    </div>
</div>

As opposed to:

<div class="grid grid-cols-#">
    <flux:input></flux:input>
    <flux:fieldset></flux:fieldset>
</div>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rhuanyago
Comment options

Answer selected by rhuanyago
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants