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
Hey @STU-DESIGNER While your solution does the job at first sight it doesn't work for safari because the selector becomes a bit different, A solution that i found for all browsers is to .post__responsive > div > div { width: 100% !important; }
where the post__responsive in my case is the className applied on the ResponsiveMasonry component.
display: flex;flex-direction: column;place-content: stretch flex-start;flex: 1 1 0%;/* width: 0px; */gap: 10px;
Removing width 0px; Fixed my issue. had to remove the width to fix this
The text was updated successfully, but these errors were encountered: