Skip to content

horizontal form with form-control-sm [v4] #141

Open
@jaynarayan89

Description

@jaynarayan89

Is there any option to create a horizontal form with small-sized input?

I want to use something like this

<div class="form-group row">
     <label for="smFormGroupInput" class="col-sm-2 col-form-label col-form-label-sm">Email</label>
     <div class="col-sm-10">
       <input type="email" class="form-control form-control-sm" id="smFormGroupInput" placeholder="you@example.com">
     </div>
   </div>

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