Skip to content

Commit

Permalink
πŸ’„ Hide overflow text in SameAsFieldList
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 8, 2024
1 parent 5406d41 commit 2980888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SameAsFieldList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col w-full">
<div class="flex flex-col w-full overflow-hidden">
<div
v-for="(item, i) in sameAsList"
:key="item.id"
Expand Down

0 comments on commit 2980888

Please sign in to comment.