私は「answer_box」と呼ばれるこのdivクラスを持っています。各ページには、毎回異なるテキストを持つ4つの異なる回答ボックスがあります。デザインの一貫性を保つために、ボックスのテキストが多いか少ないかに関係なく、各回答が互いに同じ距離になるようにしたいと考えています。
私のhtmlコード:
<div id="app">
<div class="answer_box">
<div class="answer_checkbox"></div>
<span class="answers"> little bit of text</span>
</div>
<div class="answer_box">
<div class="answer_checkbox"></div>
<span class="answers">you have priotrtoities over the people on the opposite direction</span>
</div>
<div class="answer_box">
<div class="answer_checkbox"></div>
<span class="answers">you have priotrtoities over the people on the opposite direction</span>
</div>
</div>
jsfiddle はこちら: http://jsfiddle.net/24E6W/1/