winjs / winstrap

The official Bootstrap theme for Microsoft's Modern design language
http://winstrap.azurewebsites.net
Other
533 stars 122 forks source link

Inline forms #171

Open FrancescoGd opened 6 years ago

FrancescoGd commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

victor-lara commented 5 years ago

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 commented 5 years ago

Hi, thank you :)