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.
2 parents 370531d + dca47ae commit 273c277Copy full SHA for 273c277
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_of_columns']) ? intval(12/$field['number_of_columns']) : '4'}}">
35
<div class="checkbox">
36
<label class="font-weight-normal">
37
<input type="checkbox" value="{{ $key }}"> {{ $option }}
0 commit comments