Skip to content

Commit 8a121c7

Browse files
committed
fix: wrap box action label
1 parent 305a7e4 commit 8a121c7

File tree

1 file changed

+1
-1
lines changed
  • packages/components-vue/src/components/box

1 file changed

+1
-1
lines changed

packages/components-vue/src/components/box/Action.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
:placeholder="imagePlaceholder"
2424
/>
2525
</BaseBox>
26-
<p>
26+
<p class="--txtWrap">
2727
<!-- Since we only accept label there is no room for slot here -->
2828
<b>{{ label }}</b>
2929
</p>

0 commit comments

Comments
 (0)