Fomantic-UI
Fomantic-UI copied to clipboard
[grid] One wide column not inline when on tiny screen
Bug Report
With a screen size of 447px and smaller, when a grid contains a one wide column
, the subsequent column
is forced onto the next line, even though the number of columns is exactly 16. Displaying on a screen size larger than 448px displays correctly. Changing to two wide column
(and fourteen wide column
) also works correctly.
Steps to reproduce
- Create a
ui grid
containing aone wide column
and afifteen wide column
- Reduce your window width to 447px
Expected result
The fifteen wide column
is displayed next to the one wide column
Actual result
The fifteen wide column
is displayed under the one wide column
. You can see on the jsfiddle that the second ui grid
with a two wide column
and a fourteen wide column
always displays correctly.
Testcase
https://jsfiddle.net/xvzns35r/1/
Screenshot (if possible)
Version
2.9.2
can i work upon it ?
Sure
I think this issue has been solved in the version 2.9.3 .
@JaiminR28 I don't think so, the JSFiddle is referencing https://fomantic-ui.com/dist/semantic.js and https://fomantic-ui.com/dist/semantic.css which is currently at 2.9.3
:
/*
* # Fomantic UI - 2.9.3
* https://github.com/fomantic/Fomantic-UI
* https://fomantic-ui.com/
...
ok i'll try to look into it.