We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5010c0c commit ec8e434Copy full SHA for ec8e434
1 file changed
resources/assets/scripts/components/dashboard/account/TwoFactorAuthentication.vue
@@ -30,8 +30,8 @@
30
<h2 class="font-medium text-grey-darkest">{{ $t('dashboard.account.two_factor.setup.title') }}</h2>
31
<div class="flex mt-6">
32
<div class="flex-none w-full sm:w-1/2 text-center">
33
- <div>
34
- <img :src="response.qr_image" alt="Two-factor qr image" class="w-3/4">
+ <div class="h-48">
+ <img :src="response.qr_image" alt="Two-factor qr image" class="h-48">
35
</div>
36
<div>
37
<p class="text-xs text-grey-darker mb-2">{{ $t('dashboard.account.two_factor.setup.help') }}</p>
0 commit comments