Reduced from audio attachment control on Discord.
<style>
* {
border: 1px solid black;
}
main {
display: flex;
}
.flex-col {
display: flex;
flex-direction: column;
}
.w-fc {
width: fit-content;
}
.w-100 {
width: 100%;
}
</style>
<main><div class="flex-col"><div class="w-fc"><div class="w-100">test
(note also the wrong body height / vertical overflow)
I couldn't reduce this further, removing any of the nesting or styles makes this look OK (except the vertical overflow).
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too