Fomantic-UI icon indicating copy to clipboard operation
Fomantic-UI copied to clipboard

[grid] One wide column not inline when on tiny screen

Open daveharris opened this issue 1 year ago • 5 comments

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

  1. Create a ui grid containing a one wide column and a fifteen wide column
  2. 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)

Screenshot 2023-07-26 at 2 38 21 PM

Screen Recording 2023-07-26 at 2 36 32 PM

Version

2.9.2

daveharris avatar Jul 25 '23 21:07 daveharris

can i work upon it ?

JaiminR28 avatar Oct 06 '23 17:10 JaiminR28

Sure

lubber-de avatar Oct 06 '23 17:10 lubber-de

I think this issue has been solved in the version 2.9.3 .

JaiminR28 avatar Oct 07 '23 14:10 JaiminR28

@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/
 ...

daveharris avatar Oct 08 '23 20:10 daveharris

ok i'll try to look into it.

JaiminR28 avatar Oct 09 '23 16:10 JaiminR28