equinor / energyvision

Home of the equinor.com website
https://www.equinor.com
MIT License
31 stars 8 forks source link

Fix korean characters overflowing news card #2400

Open padms opened 3 weeks ago

padms commented 3 weeks ago
image.png

https://www.equinor.co.kr/news

BorghildSelle commented 3 weeks ago

ill try to fix this in bose/2401-main with a word-break

BorghildSelle commented 3 weeks ago

did not work

millianapia commented 2 weeks ago

can not recreate in staging or main

fernandolucchesi commented 2 weeks ago

this showed up on my github feed and I couldn't help but take a look 👀

word-break: break-word; should work... You probably need to extend the tailwind cfg since it is not a default class, but it seems to do the trick:

image

image

millianapia commented 2 weeks ago

took a new try on recreating this in dev, finally managed to break it. Thank you for lurking @fernandolucchesi, your comments are always welcome <3

extended the tailwind cfg and it worked like a charm

padms commented 2 weeks ago

@fernandolucchesi 👋

meols commented 1 week ago

Thanks Malin - approved :smile: