Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jaynarayan89 opened this issue Dec 1, 2017 · 1 comment
Open

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

jaynarayan89 opened this issue Dec 1, 2017 · 1 comment

Comments

@jaynarayan89
Copy link

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="[email protected]">
     </div>
   </div>
@Holt59
Copy link
Collaborator

Holt59 commented Dec 1, 2017

There is no built-in way to add these class — You need to use the class option but unfortunately you will have to create the label and the input separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants