winjs/winstrap

Navbar search box is broken on mobile device

Opened this issue · 4 comments

Navbar search box is broken in mobile devices.
image

Just add display: Inline-flex to the parent div of the search text input. I'll add a pull request with the fix

Add the following style to src/scss/win/_main.scss

.navbar-right {
display: inline-flex
}

I am using custom build application and using the CSS /css/winstrap.css

Should i want to add this style "display: inline-flex" to all navbar-right media's?

Hi Amjith, a fix was sent to MS guys. Meanwhile, you can download the css from here
https://github.com/codefactorymx/winstrap/tree/master/dist/css