Skip to content

Support for layout grid #237

@batusai513

Description

@batusai513

Description

Hi, I wanted to know if there is a way to add grid support like in bootstrap where you can do the following:

<div class="row">
  <div class="col-xs-2">
    <input type="text" class="form-control">
  </div>
  <div class="col-xs-3">
    <input type="text" class="form-control">
  </div>
  <div class="col-xs-4">
    <input type="text" class="form-control">
  </div>
</div>

This would be awesome for bigger forms.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions