Skip to content

Commit 7f118ec

Browse files
author
mdatelle
committed
refactor: add responsive classes to UserProfile menu
1 parent 4612b89 commit 7f118ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/UserProfile.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ onMounted(() => {
142142
<UpcDropdownTrigger :t="t" />
143143
</template>
144144
<template #content>
145-
<div class="max-w-[350px]">
145+
<div class="max-w-[350px] sm:min-w-[350px]">
146146
<UpcDropdownContent :t="t" />
147147
</div>
148148
</template>

0 commit comments

Comments
 (0)