File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const getIcon = (name: string) => {
3030<div class =" booth-card tranition-all flex h-fit cursor-pointer gap-2 rounded-lg group" data-booth ={ booth .location ?.split (' #' )[1 ]} >
3131 <img src ={ ` ./img/booth/${booth .name_en }.png ` } alt ={ booth .name } class =" h-16 w-16 rounded-md bg-neutral-100 object-contain p-2 group-hover:p-1 transition-all duration-300 shrink-0" />
3232 <div class =" p-1 group-hover:ps-2 transition-all duration-300" >
33- <h5 >{ locale === ' en' ? booth .name_en : booth .name } </h5 >
33+ <h5 class = " text-pretty " >{ locale === ' en' ? booth .name_en : booth .name } </h5 >
3434 <p class =" m-0 text-sm text-neutral-500" >{ t (' venue.community_booth' )} { booth .location } </p >
3535 </div >
3636 <div class =" modal-content hidden" >
Original file line number Diff line number Diff line change 168168 scrollbar-color : var (--color-brand ) white;
169169 @apply overflow-x-auto overflow-y-hidden;
170170 }
171+
172+ @supports not (text-wrap-style : pretty) {
173+ .text-pretty {
174+ text-wrap-style : balance;
175+ }
176+ }
171177}
172178
173179@keyframes pinchLoop {
You can’t perform that action at this time.
0 commit comments