We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370531d commit 4c5839dCopy full SHA for 4c5839d
src/resources/views/crud/fields/checklist.blade.php
@@ -31,7 +31,7 @@
31
32
<div class="row">
33
@foreach ($field['options'] as $key => $option)
34
- <div class="col-sm-4">
+ <div class="col-sm-{{ isset($field['number_columns']) ? intval(12/$field['number_columns']) : '4'}}">
35
<div class="checkbox">
36
<label class="font-weight-normal">
37
<input type="checkbox" value="{{ $key }}"> {{ $option }}
0 commit comments