Skip to content
Snippets Groups Projects
Commit 37a6d111 authored by Julian's avatar Julian
Browse files

Fix styling of SharedSecretWrapper.vue if secret is correct

parent b81fd77c
No related branches found
No related tags found
1 merge request!2Frontend
<template>
<v-card
:flat="sharedSecretStatus || $apollo.queries.sharedSecretStatus.loading"
style="width: max-content"
:style="{ width: sharedSecretStatus ? '100%' : 'max-content' }"
class="mx-auto"
>
<slot v-if="sharedSecretStatus && !initial" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment