Skip to content

Commit

Permalink
fix: dropdown width for windows os
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenmaya committed Dec 23, 2024
1 parent e6b3152 commit d494c48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<VcDropdownMenu placement="bottom-end" width="7.5rem" class="h-full">
<VcDropdownMenu placement="bottom-end" width="8rem" class="h-full">
<template #trigger="{ opened }">
<button type="button" class="flex h-full items-center gap-x-1.5">
<span class="text-sm">
Expand All @@ -20,6 +20,7 @@
:key="item.code"
:active="item.code === currentCurrency.code"
color="secondary"
truncate
@click="
select(item.code);
close();
Expand Down

0 comments on commit d494c48

Please sign in to comment.