Replies: 1 comment 2 replies
-
Wanna do this @pxlrbt ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
ImageColumn
s height collapses when there is no image set. The default is to take the images size - so that behaviour is expected. But you can also set a size when using->rounded()
or->size()
. This results in rows with different height which looks inconsistent.I suggest to add an empty div with or without background as a fallback for the cases where the size is defined.
32 votes ·
Beta Was this translation helpful? Give feedback.
All reactions