You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See image above, long links and tags (and properties) cause text to overflow the card boundaries in the Grid View. ( I modified the size of the card)
The following CSS could be applied to fix this:
This is the grid view, correct? It seems like for some reason the grid isn't collapsing into 1 column. I have never seen it have 3 columns that small before.
Do you have a small screen size or have you resized one the leaf to be smaller?
This is the grid view, correct? It seems like for some reason the grid isn't collapsing into 1 column. I have never seen it have 3 columns that small before.
Do you have a small screen size or have you resized one the leaf to be smaller?
I resized the width using CSS.
It would be better if overflow: hidden could be set as the default, to prevent issues when users use very long tags or links.
See image above, long links and tags (and properties) cause text to overflow the card boundaries in the Grid View. ( I modified the size of the card)
The following CSS could be applied to fix this:
after:
The text was updated successfully, but these errors were encountered: