fix bottom dialog button spacing

This commit is contained in:
2023-01-26 11:49:36 +10:00
parent 8e69d492be
commit 18e02f6c68

View File

@@ -73,14 +73,11 @@
:error="formData.content.error"
@blur="fieldValidate(formData.content)" />
<SMCaptchaNotice />
<SMRow class="pb-2">
<SMColumn class="justify-content-center">
<SMButton
type="submit"
label="Send Message"
icon="fa-regular fa-paper-plane" />
</SMColumn>
</SMRow>
<SMButton
type="submit"
block
label="Send Message"
icon="fa-regular fa-paper-plane" />
</form>
</template>
<template v-else>
@@ -89,11 +86,7 @@
Your message as been sent to us. We will respond
as soon as we can.
</p>
<SMRow class="pb-2">
<SMColumn class="justify-content-center">
<SMButton to="/" label="Home" />
</SMColumn>
</SMRow>
<SMButton block to="/" label="Home" />
</template>
</SMDialog>
</div>