w3-css icon indicating copy to clipboard operation
w3-css copied to clipboard

Column disappears when content is empty

Open sake92 opened this issue 6 years ago • 0 comments

If you try this example: https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_grid_two_equal&stacked=h and remove the <p>s6</p> content, the right column will shift to the left...

Expected behavior: Left column should be blank (visibility: hidden).

sake92 avatar Jul 22 '19 19:07 sake92