refactor(ui): remove default button cross-axis alignment to allow for parent's align-items to take effect
This commit is contained in:
parent
0101d6cf1e
commit
ac90c20b20
|
@ -149,7 +149,7 @@ onMounted(() => {
|
|||
ref="button"
|
||||
v-bind="color(props, ['interactive'])(
|
||||
width(props, isIconOnly ? ['square'] : ['normalHeight', 'buttonWidth'])(
|
||||
align(props, { alignSelf:'start', alignText:'center' })(
|
||||
align(props, { alignText:'center' })(
|
||||
)))"
|
||||
:disabled="disabled || undefined"
|
||||
:autofocus="autofocus || undefined"
|
||||
|
|
Loading…
Reference in New Issue