feat: stretch downgrade component buttons

This commit is contained in:
Eli Bosley
2024-01-03 11:07:49 -05:00
committed by Zack Spear
parent c02d823618
commit 61cb029780

View File

@@ -80,7 +80,7 @@ const downgradeButton = ref<UserProfileLink>({
</div>
</div>
<div v-if="downgradeButton" class="flex flex-col sm:flex-shrink-0 items-center gap-16px">
<div v-if="downgradeButton" class="flex flex-col flex-shrink-0 gap-16px flex-grow items-stretch">
<BrandButton
:btn-style="'underline'"
:icon="InformationCircleIcon"