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