SpongeB0B
SpongeB0B@programming.dev
Joined
7 posts • 5 comments
Thank you @gerbercj@lemmy.world sadly it’s hosted on google … :/ https://issuetracker.google.com
If I post here on lemmy, me feature request somebody would be kind to submit to google ?
Thanks.
ok I’ve found a work around
<style>
.FlexColumn {display: flex;flex-flow: column nowrap }
.FlexColumn > div {display: inline-block; margin: -4px 0}
</style>
<div class="FlexColumn">
<div>X</div>
<div>X</div>
<div>X</div>
<div>X</div>
<div>X</div>
</div>
But if someone have something more proper, I’m all ears.