react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

`Grid`'s `columnGap` and `columnRow` does not work correctly

Open bedrich-schindler opened this issue 1 month ago • 0 comments

If at least one of columnGap and columnRow is defined by object and second one by integer, both values are ignored.

Image Image

If both values are set as integer, it works as expected.

Image

bedrich-schindler avatar Nov 11 '25 14:11 bedrich-schindler