1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Fix the adjusting issue on the plans selection (#10953)

This commit is contained in:
cyprain-okeke 2024-09-09 13:25:14 +01:00 committed by GitHub
parent ee738ac36a
commit 3af0590807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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