We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f77d3 commit 4f5fc8bCopy full SHA for 4f5fc8b
src/Views/tickets/createedit.blade.php
@@ -7,10 +7,10 @@
7
8
@if (!isset($ticket) && $u->currentLevel() == 1 && $setting->grab('departments_notices_feature') && $n_notices > 0)
9
<div class="row">
10
- <div class="col-lg-6 col-lg-push-6">
+ <div class="col-xl-5 order-xl-2">
11
@include('panichd::notices.widget')
12
</div>
13
- <div class="col-lg-6 col-lg-pull-6">
+ <div class="col-xl-7 order-xl-1">
14
@endif
15
16
<div class="card bg-light"><div class="card-body">
0 commit comments