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:
@@ -7,7 +7,7 @@
|
||||
<div class="facility-location-card__badge color-2563EB bg-EFF6FF text-[12px] font-900">
|
||||
{{ type.text }}
|
||||
</div>
|
||||
<div class="facility-location-card__title color-1E293B text-[18px] font-900 ellipsis-1">
|
||||
<div class="facility-location-card__title color-1E293B text-[18px] font-900 truncate">
|
||||
{{ data.title }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user