Fixes primera revisión #86

Merged
jsegarra merged 13 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-primera-review into 4922-vueMigration 2024-09-23 21:18:13 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 67847e798b - Show all commits

View File

@ -22,7 +22,10 @@ const handleClick = () => {
:class="{ 'cursor-pointer': clickable, 'no-radius': !rounded }"
@click="handleClick()"
>
<div class="no-padding content-container col-10">
<div
class="no-padding content-container"
:class="$slots.actions ? 'col-10' : 'col-12'"
>
<slot name="prepend" />
<div class="content">
<slot name="content" />