forked from mirrors/easyappointments
Legend display issue in Firefox
This commit is contained in:
parent
6dce7b2f33
commit
bea53207d9
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
<form>
|
||||
<fieldset>
|
||||
<legend><?= lang('appointment_details_title') ?></legend>
|
||||
<legend class="float-none"><?= lang('appointment_details_title') ?></legend>
|
||||
|
||||
<input id="appointment-id" type="hidden">
|
||||
|
||||
|
@ -173,7 +173,7 @@
|
|||
<br>
|
||||
|
||||
<fieldset>
|
||||
<legend>
|
||||
<legend class="float-none">
|
||||
<?= lang('customer_details_title') ?>
|
||||
<button id="new-customer" class="btn btn-outline-secondary btn-sm" type="button"
|
||||
data-tippy-content="<?= lang('clear_fields_add_existing_customer_hint') ?>">
|
||||
|
|
Loading…
Reference in a new issue