aws / mynah-ui

https://aws.github.io/mynah-ui/
Apache License 2.0
13 stars 11 forks source link

Fixed text overflow for long words in input and card prompt #78

Closed volodkevych closed 1 month ago

volodkevych commented 2 months ago

Problem

Fixing issue with long words causing overflow: Filepaths are not wrapped Version bump 4.15.3

Solution

Using styling to introduce word break. Should cover cases like long path, class name or namespace.

Screenshot 2024-07-16 at 16 30 10

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

volodkevych commented 2 months ago

@dogusata please check