views: change pull-left,pull-right classes to float-start,float-end
This commit is contained in:
parent
5798a28516
commit
d2842907a3
3 changed files with 6 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
<div class="section">
|
||||
<div class="clearfix">
|
||||
<h3 class="pull-left">{{ item.name|e }}</h3>
|
||||
<h5 class="pull-right"><strong>Created at:</strong> {{ item.created_at }}</h5>
|
||||
<h3 class="float-start">{{ item.name|e }}</h3>
|
||||
<h5 class="float-end"><strong>Created at:</strong> {{ item.created_at }}</h5>
|
||||
</div>
|
||||
|
||||
<div class="panel-group request-list" id="request-list" role="tablist" aria-multiselectable="true">
|
||||
|
|
|
|||
Reference in a new issue