We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce4cd4 commit f066e62Copy full SHA for f066e62
src/views/Private/Members/MembersDetail.vue
@@ -29,12 +29,12 @@
29
</h1>
30
<i18n-t
31
v-if="member?.attending"
32
- class="flex min-w-48 shrink flex-col text-gray-500 sm:items-end sm:text-sm"
+ class="text-sm font-medium text-gray-500"
33
keypath="members.detail.profile.attending"
34
scope="global"
35
tag="p">
36
<template v-if="!!member?.location" #location>
37
- <span class="inline-block font-medium text-gray-900">
+ <span class="inline font-medium text-gray-900">
38
{{ $t(`members.detail.profile.location.${member.location}`) }}
39
</span>
40
</template>
0 commit comments