You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hanshenrik, thanks for the report. Checking the markup that is generated, all of the correct class names are present for that combination of props ui compact icon message. This is actually an issue in the CSS, specifically because the icon message type is switching to display: flex in order to achieve that layout. You will see the same thing if you modify the markup in SUI core docs here: https://semantic-ui.com/collections/message.html#icon-message
Steps
compact
propExpected Result
The Message should become compact, like non-icon Message components
Actual Result
The Message stays fluid.
Version
0.75.1
Testcase
https://react.semantic-ui.com/collections/message#message-example-icon-prop
Add a
compact
prop and remove/add theicon
prop to see how this affects the compact stylingThe text was updated successfully, but these errors were encountered: