Fixed weird layout quirk on smaller screens
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0f97c0601b
commit
a0cae77278
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
}
|
}
|
||||||
@endphp
|
@endphp
|
||||||
<div class="col-md-8 required">
|
<div class="col-md-8 required">
|
||||||
{{ Form::select("format",Helper::predefined_formats(), ($field_format == '') ? $field->format : $field_format, array('class'=>'format select2 form-control', 'aria-label'=>'format')) }}
|
{{ Form::select("format",Helper::predefined_formats(), ($field_format == '') ? $field->format : $field_format, array('class'=>'format select2 form-control', 'aria-label'=>'format', 'style' => 'width:100%;')) }}
|
||||||
{!! $errors->first('format', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
{!! $errors->first('format', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue