mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Fix the adjusting issue on the plans selection (#10953)
This commit is contained in:
parent
ee738ac36a
commit
3af0590807
@ -52,10 +52,7 @@
|
||||
tabindex="0"
|
||||
>
|
||||
<div class="tw-relative">
|
||||
<div
|
||||
class="tw-px-2 tw-py-4"
|
||||
[ngClass]="{ 'tw-pt-10': !(selectableProduct == selectedPlan) }"
|
||||
>
|
||||
<div class="tw-px-2 tw-py-4">
|
||||
<h3 class="tw-text-lg tw-font-bold">
|
||||
<span class="tw-uppercase">{{
|
||||
selectableProduct.nameLocalizationKey | i18n
|
||||
|
Loading…
Reference in New Issue
Block a user