Skip to content

Commit 53f6a15

Browse files
committed
fix: box message size
1 parent 5245ea1 commit 53f6a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
GMC([themeValues[0]], { modifier: 'txtColor', divider: '-' }),
1111
GMC(button ?? false, { modifier: 'button' }),
1212
]"
13-
class="box"
13+
class="box --width"
1414
>
1515
<p v-if="text" v-html="text"></p>
1616
<slot v-else></slot>

packages/styles/src/base/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
> a,
7878
> button {
79-
display: inline !important;
79+
display: inline-flex;
8080

8181
// white-space: normal !important;
8282
}

0 commit comments

Comments
 (0)