File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ class="btn btn-light"
208208 ? >
209209
210210 @if ($images_count > 0 )
211- <div class =" {{ $ticket -> attachments ()-> notImages ()-> count () > 0 ? ' col-sm-6' : ' col-xs- 12' } }" >
211+ <div class =" {{ $ticket -> attachments ()-> notImages ()-> count () > 0 ? ' col-sm-6' : ' col-12' } }" >
212212 <b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-images' ) } } </b >
213213 <div id =" ticket_attached" class =" panel-group grouped_check_list deletion_list attached_list" >
214214
@@ -219,7 +219,7 @@ class="btn btn-light"
219219 </div >
220220 @endif
221221 @if ($notimages_count > 0 )
222- <div class =" {{ $ticket -> attachments ()-> images ()-> count () > 0 ? ' col-sm-6' : ' col-xs- 12' } }" >
222+ <div class =" {{ $ticket -> attachments ()-> images ()-> count () > 0 ? ' col-sm-6' : ' col-12' } }" >
223223 <b style =" display : block ; margin : 0em 0em 0.5em 0em ;" >{{ trans (' panichd::lang.attached-files' ) } } </b >
224224 <div id =" ticket_attached" class =" panel-group attached_list" >
225225
You can’t perform that action at this time.
0 commit comments