Merge pull request #737 from Safelite/feature/richardson/SSR-1344
use bootstrap d-inline-block and change order.
This commit is contained in:
commit
d43aa8f6aa
1 changed files with 7 additions and 6 deletions
|
|
@ -1,14 +1,15 @@
|
|||
<template>
|
||||
<div class="tpa-recal-toggle mt-2 mb-3">
|
||||
<textLink
|
||||
id="moreDetails"
|
||||
class="d-inline-block"
|
||||
linkType="text"
|
||||
href="#!"
|
||||
:text="textForToggle" />
|
||||
<div
|
||||
class="tpa-toggle"
|
||||
class="tpa-toggle d-inline-block"
|
||||
:class="[isDetailVisible ? 'active' : '']"
|
||||
@click="handleClickToggle"></div>
|
||||
<textLink
|
||||
id="moreDetails"
|
||||
linkType="text"
|
||||
href="#!"
|
||||
:text="textForToggle" />
|
||||
<Transition>
|
||||
<div
|
||||
v-show="isDetailVisible"
|
||||
|
|
|
|||
Loading…
Reference in a new issue