We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900f39c commit d57b3a8Copy full SHA for d57b3a8
web-app/packages/lib/src/common/components/UserSummary.vue
@@ -1,12 +1,12 @@
1
<template>
2
- <div class="flex align-items-center w-auto" style="gap: 12px">
+ <div class="flex align-items-center w-auto gap-2">
3
<PAvatar
4
:label="$filters.getAvatar(email, name)"
5
size="large"
6
shape="circle"
7
:pt="{
8
root: {
9
- class: 'text-color-forest font-semibold flex-shrink-0',
+ class: 'mr-1 text-color-forest font-semibold flex-shrink-0',
10
style: { borderRadius: '50%' }
11
}
12
}"
0 commit comments