diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index 068f167ea..12fd81226 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -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"