Left align text on password-rest page

- to maintain consistency with login page

- Co-authored-by: Mike Aono <aonomike@gmail.com>
This commit is contained in:
mattwr18 2019-09-11 16:39:22 +02:00
parent 1a65d75c10
commit 73db6c5e58

View File

@ -11,7 +11,7 @@
</ds-flex-item>
<ds-flex-item :width="{ base: '100%', sm: '50%' }" centered>
<ds-space margin="small">
<ds-text size="small">{{ $t('login.copy') }}</ds-text>
<ds-text size="small" align="left">{{ $t('login.copy') }}</ds-text>
</ds-space>
<ds-form
v-if="!submitted"
@ -30,7 +30,7 @@
icon="envelope"
/>
<ds-space margin-botton="large">
<ds-text>{{ $t('password-reset.form.description') }}</ds-text>
<ds-text align="left">{{ $t('password-reset.form.description') }}</ds-text>
</ds-space>
<ds-button
:disabled="disabled"
@ -50,7 +50,7 @@
<sweetalert-icon icon="info" />
</ds-flex>
</transition>
<ds-text v-html="submitMessage" />
<ds-text v-html="submitMessage" align="left" />
</div>
<ds-space margin-bottom="small" />
<div>