Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Button in form not in line #161

Closed
drmnk opened this issue Aug 1, 2019 · 0 comments
Closed

Button in form not in line #161

drmnk opened this issue Aug 1, 2019 · 0 comments

Comments

@drmnk
Copy link

drmnk commented Aug 1, 2019

Hello! First of all, thank you fro great css framework.

But I have a problem - when I try to do simple form with input and button, that should be in one line, button have a little margin. What can be a problem?

<div class="row"> <div class="col-sm-9"> <input style="width:100%;" type="text" name="catalog_name" placeholder="Name of the product"> </div> <div class="col-sm-3"> <input style="width: 100%;" type="submit" value="New product" class="primary"> </div> </div> </form>">
  <form method="POST" action="/settings/catalog/store">
    <div class="row">
      <div class="col-sm-9">
        <input style="width:100%;" type="text" name="catalog_name" placeholder="Name of the product">
      </div>
      <div class="col-sm-3">
        <input style="width: 100%;" type="submit" value="New product" class="primary">
      </div>
    </div>
  </form>

2019-08-01_23-04-00

@drmnk drmnk closed this as completed Aug 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant