Revert changes to CommonCard padding

This commit is contained in:
andrewwallacespeckle
2025-03-21 13:04:06 +00:00
parent bcb83186bd
commit ec8f2ebbe5
@@ -3,7 +3,7 @@
<LayoutDialog v-model:open="open" max-width="sm" :buttons="dialogButtons">
<template #header>{{ title }}</template>
<div class="flex flex-col gap-4 mb-4 -mt-1">
<CommonCard size="sm" class="bg-foundation-2 text-body-2xs">
<CommonCard class="bg-foundation-2 text-body-2xs !p-3">
<div class="flex flex-row gap-x-2 items-center">
<UserAvatar
hide-tooltip