fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

fix(message): compact message should not exceed max width #3052

Closed lubber-de closed 4 months ago

lubber-de commented 4 months ago

Description

In some situations when specific nested width limited elements are inside a compact message, the message could overflow the screen width

Testcase

Open https://fomantic-ui.com/modules/accordion.html#right-icon on a mobile device or switch your browser to mobile view This example wraps an accordion inside a compact message and overflows the screen.

Screenshot

Before After
image image