File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -318,9 +318,9 @@ class="col-md-4"
318318 <div class =" col-md-3 text-right" >
319319 <label for =" label2_empty_row_count" class =" control-label" >{{ trans (' admin/settings/general.empty_row_count' ) } } </label >
320320 </div >
321- <div class =" col-md-9" >
321+ <div class =" col-md-9 col-xl-2 col-lg-2 " >
322322 <input
323- class =" form-control col-md-2 "
323+ class =" form-control"
324324 aria-label =" Empty Row Count"
325325 name =" label2_empty_row_count"
326326 type =" number"
@@ -329,8 +329,11 @@ class="form-control col-md-2"
329329 max =" 5"
330330 value =" {{ old (' label2_empty_row_count' , $setting -> label2_empty_row_count ) } }"
331331 >
332- {!! $errors -> first (' label2_empty_row_count' , ' <span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>' ) ! !}
332+ </div >
333+
334+ <div class =" col-md-9 col-md-offset-3" >
333335 <p class =" help-block" >{!! trans (' admin/settings/general.empty_row_count_help' ) ! !} </p >
336+ {!! $errors -> first (' label2_empty_row_count' , ' <span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>' ) ! !}
334337 </div >
335338 </div >
336339 <div class =" col-md-9 col-md-offset-3" style =" margin-bottom : 10px ;" >
You can’t perform that action at this time.
0 commit comments