3つのアイテムを含む行があるとしましょう(簡略化のためにスタイル・タグ内にCSSがあります)。下のネストされたアイテムをディスプレイに並べ替えます。
<div style="display:table">
<div style="display:table-cell">
<span>Some text</span>
<button type="button">Some button</button>
</div>
<div style="display:table-cell">
<span>Some Other text</span>
<button type="button">Some button</button>
</div>
<div style="display:table-cell">
<span>Long Long Long Long Long Long Long text </span>
<button type="button">Some button</button>
</div>
</div>
どのようにテキストの長さに関係なく、3つのボタンがすべて同じ行にあるという問題を変更できますか? テキストが等しくないし、ボタンが同じ行にない。
は、あなたが「テキスト」部分と異なる行の「