mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 08:54:33 +08:00
Re-arranged some list items to flexbox instead of grid
Since flexbox is better supported on a wider range of elements
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
<input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
|
||||
<input type="checkbox" @if($value) checked="checked" @endif>
|
||||
<span class="custom-checkbox text-primary">@icon('check')</span>
|
||||
<span class="label">{{ $label ?? '' }}</span> {{-- TODO - remove default operataor backup --}}
|
||||
<span class="label">{{ $label }}</span>
|
||||
</label>
|
Reference in New Issue
Block a user