mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Fix the adjusting issue on the plans selection (#10953)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user