forked from mirrors/easyappointments
Corrected the column class of the time selection container
This commit is contained in:
parent
632b943392
commit
39614fc418
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@
|
|||
<div id="select-date"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm-6">
|
||||
<div class="col-12 col-md-6">
|
||||
<div id="select-time">
|
||||
<div class="form-group">
|
||||
<label for="select-timezone"><?= lang('timezone') ?></label>
|
||||
|
|
Loading…
Reference in a new issue