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
ok thanks so much I didn't see this issue. I needed to override mine with display: flex because of nested items. Basically I needed to have my last rows stretch or be at the bottom of their parent column.
I haven't seen any issues so far though. Would you mind elaborating on your choice and what made you change your mind?
Hello,
Right now you have your columns with
display: block
. Wouldn't it more sense to have them asdisplay: flex
withflex-direction: column
?Thanks
The text was updated successfully, but these errors were encountered: