Skip to content

Commit

Permalink
fix: add box-border class to TresLeches component pane
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 26, 2025
1 parent fe571d6 commit 4d89c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TresLeches.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ onMounted(() => {
<div
:id="`tres-leches-pane-${uuid}`"
ref="paneRef"
class=" tl-z-24 tl-bg-white dark:tl-bg-dark-200 tl-shadow-xl tl-p-1 tl-font-sans tl-text-xs tl-flex tl-flex-col tl-rounded-lg"
class="tl-box-border tl-z-24 tl-bg-white dark:tl-bg-dark-200 tl-shadow-xl tl-p-1 tl-font-sans tl-text-xs tl-flex tl-flex-col tl-rounded-lg"
:class="[
$attrs.class,
float ? 'tl-absolute tl-top-4' : 'tl-relative',
Expand Down

0 comments on commit 4d89c02

Please sign in to comment.