Skip to content

Commit

Permalink
[docs] Reword the flexbox limitation (#13508)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored and oliviertassinari committed Nov 4, 2018
1 parent 0c8297d commit 485bd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/demos/menus/menus.md
Expand Up @@ -66,8 +66,8 @@ keeps track of the local state for a single menu.

## Limitations

There is [a flexbox bug](https://bugs.chromium.org/p/chromium/issues/detail?id=327437) that prevents `text-overflow: ellipse` to work in combination with a flexbox layout.
You can use the `Typography` component to workaround the issue:
There is [a flexbox bug](https://bugs.chromium.org/p/chromium/issues/detail?id=327437) that prevents `text-overflow: ellipse` from working in a flexbox layout.
You can use the `Typography` component to workaround this issue:

{{"demo": "pages/demos/menus/TypographyMenu.js"}}

Expand Down

0 comments on commit 485bd18

Please sign in to comment.