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

Inline forms #171

Open
FrancescoGd opened this issue Jul 10, 2018 · 4 comments
Open

Inline forms #171

FrancescoGd opened this issue Jul 10, 2018 · 4 comments

Comments

@FrancescoGd
Copy link

Hello, first of all thank you for Winstrap, I really like it ;-)
Anyhow I have a small problem, I've searched through past issues and couldn't find anything related: it appears that Winstrap has a problem with inline forms, this is the output:

winstrap inline form

And this is the code:

        <form class="form-inline">
            <div class="form-group">
                <label for="sSearchTerm" class="sr-only">Search terms</label>
                <input type="text" class="form-control" placeholder="Search terms" id="sSearchTerm" name="sSearchTerm">
            </div>
            <button type="submit" class="btn btn-primary" name="btnSearch" id="btnSearch">Search</button>
        </form>

Tested with FireFox 59.0.2 and Internet Explorer 11

@codefactorymx
Copy link
Contributor

Hi Francesco, looks the source of the error is the textbox is bigger in winstrap than bootstrap, but the form-group is not.
I'm working in a fix and will let you know when is ready.

@FrancescoGd
Copy link
Author

Hi codefactorymx, thank you for having a look! :-)

@victor-lara
Copy link

victor-lara commented Jun 11, 2019

Hi Francesco,

Sorry for the delay, I was very busy in the last months. Now I'm using my personal github account.
My daughter Sofia Cortana is taking much of my time.

Have fixed the issue, right now is available on my fork, take a look please.
https://github.com/victor-lara/winstrap

@FrancescoGd
Copy link
Author

Hi, thank you :)

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

No branches or pull requests

3 participants