Merge pull request #11235 from Godmartinz/gh_5644-checkout_history_for_accessories

fixed issue with misplaced div
This commit is contained in:
snipe 2022-06-01 17:03:23 -07:00 committed by GitHub
commit 7577fc61e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,9 +54,9 @@
<li class="active">
<a href="#details" data-toggle="tab">
<span class="hidden-lg hidden-md">
<i class="fas fa-info-circle fa-2x"x></i>
</span>
<span class="hidden-lg hidden-md">
<i class="fas fa-info-circle fa-2x"x></i>
</span>
<span class="hidden-xs hidden-sm">{{ trans('admin/users/general.info') }}</span>
</a>
</li>
@ -106,7 +106,7 @@
<!-- side address column -->
<!-- side address column -->
<div class="col-md-3">
@ -153,7 +153,7 @@
{!! nl2br(e($accessory->notes)) !!}
</div>
@endif
@endif
<div class="row">
@ -218,8 +218,8 @@
</div> <!-- /.row-->
</div><!--tab history-->
</div><!--tab-content-->
@stop
</div><!--/.nav-tabs-custom-->
@stop