This project is archived. Its data is read-only.
Wrap long content and add max height in popovers
### Problem In some cases popovers can hold a lot of content which causes it to break out of the card. | User card | Chart popover in Metrics dashboard | | ------ | ------ | | ![Screen_Shot_2020-07-17_at_9.22.27_AM](/uploads/d6d0cec638779082318dbe11b9e5493c/Screen_Shot_2020-07-17_at_9.22.27_AM.png) |![Screen_Shot_2020-07-02_at_12.52.24](/uploads/d1545a815fb69f60ada704b50b381c6d/Screen_Shot_2020-07-02_at_12.52.24.png) | #### Related discussions - [Long text captions are breaking UI on metric embed chart on Alert details page](https://gitlab.com/gitlab-org/gitlab/-/issues/225657) - [Slack thread about user cards](https://gitlab.slack.com/archives/C03MSG8B7/p1594995796462100) ### Proposal We should wrap content and add overflow on the pop-over so it only extends to a certain max height and then a scroll bar appears.
issue