Skip to content

Commit 4f5fc8b

Browse files
committed
Patch new member ticket for BS 4
1 parent b6f77d3 commit 4f5fc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/tickets/createedit.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
@if (!isset($ticket) && $u->currentLevel() == 1 && $setting->grab('departments_notices_feature') && $n_notices > 0)
99
<div class="row">
10-
<div class="col-lg-6 col-lg-push-6">
10+
<div class="col-xl-5 order-xl-2">
1111
@include('panichd::notices.widget')
1212
</div>
13-
<div class="col-lg-6 col-lg-pull-6">
13+
<div class="col-xl-7 order-xl-1">
1414
@endif
1515

1616
<div class="card bg-light"><div class="card-body">

0 commit comments

Comments
 (0)