Fix disappearing hr tags
This commit is contained in:
parent
5535aed424
commit
e0aad5a1ae
1 changed files with 6 additions and 2 deletions
|
|
@ -27,7 +27,9 @@
|
|||
class="mb-2"
|
||||
@click-event="forwardButtonAction" />
|
||||
|
||||
<hr />
|
||||
<div>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<textBlock
|
||||
customText="Appointment Details"
|
||||
|
|
@ -56,7 +58,9 @@
|
|||
@edit-clicked="editServicePackage" />
|
||||
</div>
|
||||
|
||||
<hr class="my-0" />
|
||||
<div>
|
||||
<hr class="my-0" />
|
||||
</div>
|
||||
|
||||
<funnelFooter
|
||||
cmsWidgetName="FunnelFooterWidget"
|
||||
|
|
|
|||
Loading…
Reference in a new issue