Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oui-popover] word-break inside oui-tile-description #774

Closed
jperchoc opened this issue Mar 18, 2022 · 0 comments
Closed

[oui-popover] word-break inside oui-tile-description #774

jperchoc opened this issue Mar 18, 2022 · 0 comments
Assignees
Labels

Comments

@jperchoc
Copy link
Contributor

Description

Using popover inside a oui-tile-description does not work well.
This is due to the oui-tile__description having the following css

word-break: break-all;

image

Steps to reproduce

  1. Create a oui-tile-description element
  2. Add a button with a label-popover

Expected behavior:

The popover should break words

image

Frequency:
5 (always)

Additional information

Workaround used:

.oui-popover {
    word-break: break-word;
}
@antleblanc antleblanc added the bug label Mar 22, 2022
@antleblanc antleblanc self-assigned this Mar 22, 2022
antleblanc added a commit that referenced this issue Mar 22, 2022
Relates to #774

Signed-off-by: Antoine Leblanc <antoine.leblanc@ovhcloud.com>
antleblanc added a commit that referenced this issue Mar 23, 2022
Relates to #774

Signed-off-by: Antoine Leblanc <antoine.leblanc@ovhcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants