There is this (bug) in grids: whenever a grid is resized, the text size inside that grid is being resized too, but the font size doesn’t change. So, a 24px font can be as small as a 14px one, if the first grid has been downsized enough, for example.
Here’s two ideas:
- allow text to remain unchanged in size (or)
- actually change the font size when text inside grid changes its dimension as a result of a grid resizing action
I hope other people would find this suggestion useful too.