<div style="width: 200px; background-color: lightblue">
<div style="display:flex " >
<div>This is some text.</div><div>This is some text. This is some text.</div>
</div>
</div>
<div style="width: 200px; background-color: lightyellow">
<div style="display:flex " >
<div>This is some text. This is some text. This is some text.</div>
</div>
<div style="width: 200px; background-color: lightblue">
<div>
<div style="display:inline ">This is some text.</div><div style="display:inline ">This is some text. This is some text.</div>
</div>
</div>
@temani-afif 提出的解决方案,有效!