【发布时间】:2019-03-27 15:09:21
【问题描述】:
我正在使用 Bootswatch Sandstone https://bootswatch.com/sandstone/
我有一个带有源代码的表单:
<div class="form-group">
<label for="exampleSelect2">Example multiple select</label>
<select multiple="" class="form-control" id="exampleSelect2">
<option><p class="text-left">Subject 1<p><p class="text-right">500 views</p></option>
<option><p class="text-left">Subject 2<p><p class="text-right">400 views</p></option>
</select>
</div>
如何在选项中左右对齐文本值?
【问题讨论】:
标签: forms text bootstrap-4 alignment bootswatch