This PR fixes an issue when using flex-1 with siblings with over COLUMN size.
render(<<<HTML
<div class="flex mx-2">
<span>
Issue?
</span>
<span class="flex-1 content-repeat-[.] text-gray mx-1"></span>
<span>
The goal of this package is to have the closest experience that is available with the Laravel Localization but for the frontend side. The goal of this package is to have the closest experience that is available with the Laravel Localization but for the frontend side.
</span>
</div>
HTML);
This PR fixes an issue when using
flex-1
with siblings with overCOLUMN
size.Before
After