mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-19 21:13:31 -07:00
Removed aligning to the right
This commit is contained in:
parent
4c9af1a87e
commit
48c65b9bfa
1 changed files with 6 additions and 6 deletions
|
@ -17,20 +17,20 @@
|
|||
<p class="mb-3">
|
||||
{{ $t('user.it-looks-like-this-is-your-first-time-logging-in') }}
|
||||
</p>
|
||||
<p class="mb-1 d-flex justify-start">
|
||||
<strong>{{ $t('user.username') }}:</strong> changeme@example.com
|
||||
<p class="mb-1">
|
||||
<strong>{{ $t('user.username') }}: </strong>changeme@example.com
|
||||
<AppButtonCopy
|
||||
copy-text="changeme@example.com"
|
||||
color="info"
|
||||
btn-class="ml-auto h-auto mr-2"
|
||||
btn-class="h-auto"
|
||||
/>
|
||||
</p>
|
||||
<p class="mb-3 d-flex justify-start">
|
||||
<strong>{{ $t('user.password') }}: </strong> MyPassword
|
||||
<p class="mb-3">
|
||||
<strong>{{ $t('user.password') }}: </strong>MyPassword
|
||||
<AppButtonCopy
|
||||
copy-text="MyPassword"
|
||||
color="info"
|
||||
btn-class="ml-auto h-auto mr-2"
|
||||
btn-class="h-auto"
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue