Skip to content

Commit c4f12aa

Browse files
committed
fix(text): fix default spacing
1 parent 6d3f663 commit c4f12aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/typography/TextField.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defineProps({
2424
flex: {
2525
type: String,
2626
required: false,
27-
default: 'flex: 0 1 31.5%',
27+
default: '0 1 31.5%',
2828
},
2929
values: {
3030
type: Array as PropType<TagLink[]>,

0 commit comments

Comments
 (0)