Fix the adjusting issue on the plans selection (#10953)
This commit is contained in:
parent
ee738ac36a
commit
3af0590807
|
@ -52,10 +52,7 @@
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
<div class="tw-relative">
|
<div class="tw-relative">
|
||||||
<div
|
<div class="tw-px-2 tw-py-4">
|
||||||
class="tw-px-2 tw-py-4"
|
|
||||||
[ngClass]="{ 'tw-pt-10': !(selectableProduct == selectedPlan) }"
|
|
||||||
>
|
|
||||||
<h3 class="tw-text-lg tw-font-bold">
|
<h3 class="tw-text-lg tw-font-bold">
|
||||||
<span class="tw-uppercase">{{
|
<span class="tw-uppercase">{{
|
||||||
selectableProduct.nameLocalizationKey | i18n
|
selectableProduct.nameLocalizationKey | i18n
|
||||||
|
|
Loading…
Reference in New Issue