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"
|
class="mb-2"
|
||||||
@click-event="forwardButtonAction" />
|
@click-event="forwardButtonAction" />
|
||||||
|
|
||||||
<hr />
|
<div>
|
||||||
|
<hr />
|
||||||
|
</div>
|
||||||
|
|
||||||
<textBlock
|
<textBlock
|
||||||
customText="Appointment Details"
|
customText="Appointment Details"
|
||||||
|
|
@ -56,7 +58,9 @@
|
||||||
@edit-clicked="editServicePackage" />
|
@edit-clicked="editServicePackage" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="my-0" />
|
<div>
|
||||||
|
<hr class="my-0" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<funnelFooter
|
<funnelFooter
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue