Unleash / unleash

Open-source feature management solution built for developers.
https://getunleash.io
Apache License 2.0
11.22k stars 700 forks source link

Feature toggle description has word-break: break-all instead of break-word #4030

Closed elmaxe closed 1 year ago

elmaxe commented 1 year ago

Describe the bug

The feature toggle description in the feature toggle breaks words in the middle of the word instead of per word. See an example image below.

The following text: Whimsy kumquat scurried giggleplex beneath zephyr truffle thundersnow. Flutterpickle moonbeam wrigglesnort wibblewobble squigglejuice inquisipuddle. is wrapped as follows:

Whimsy kumquat scurried giggle
plex beneath zephyr truffle thunder
snow. Flutterpickle moonbeam
wrigglesnort wibblewobble squig
glejuice inquisipuddle.

instead of

Whimsy kumquat scurried 
giggleplex beneath zephyr truffle 
thundersnow. Flutterpickle
moonbeam wrigglesnort
wibblewobble squigglejuice
inquisipuddle.

image

Suggested solution: set word-break: break-word

Steps to reproduce the bug

No response

Expected behavior

Word break should be per word, not in the middle of words

Logs, error output, etc.

No response

Screenshots

image

Additional context

No response

Unleash version

5.1.8

Subscription type

Pro

Hosting type

Hosted by Unleash

SDK information (language and version)

No response

Tymek commented 1 year ago

Duplicate of https://github.com/Unleash/unleash/issues/3096 I'll solve it this week, unless you'd like to give it a go.