style: replace ellipsis-1 with truncate
update all single-line text truncation usages across components from the custom ellipsis-1 class to Tailwind's native truncate utility for consistent styling
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="poi-compare-card__mark flex flex-items-center flex-justify-center rounded-full flex-shrink-0">
|
||||
{{ data.icon }}
|
||||
</div>
|
||||
<div class="poi-compare-card__title color-1E293B text-[18px] font-900 ellipsis-1 flex-full">
|
||||
<div class="poi-compare-card__title color-1E293B text-[18px] font-900 truncate flex-full">
|
||||
{{ data.title }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user