Archived
1
0
Fork 0

views: change pull-left,pull-right classes to float-start,float-end

This commit is contained in:
Henrik Hautakoski 2022-08-02 12:02:17 +02:00
parent 5798a28516
commit d2842907a3
3 changed files with 6 additions and 8 deletions

View file

@ -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">