Skip to content

Do not use .hidden class to mark cell in grid as hidden

Cédric Krier requested to merge topic/default/sao-grid-hidden into branch/default

In e5446fb8d4ce the .hidden class is added to cells to remove the padding of empty but Boostrap defines the same class with display none. So once a cell is marked as hidden, it stays hidden.

Merge request reports