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
We can see from your example that the class names are being added as expected, as you can tell that those classes are being attached and then overridden by more specific class styles of the header. We do not have any of the CSS in this repository. I would recommend creating an issue in the parent SUI repository where our class names come from. I do not know if that was an intentional design decision, or if it was a miss.
Bug Report
Steps
Using an
Icon
in aHeader
ignores theIcon
size prop.I understand that I could easily override the styling, but I don't want to potentially break or miss out on future styling updates by doing so.
Expected Result
I would expect to be able to size Icons inside Headers.
Actual Result
The
.ui.header>.icon
style overrides the font-size that, as an example, thei.small.icon
style sets.Version
2.0.4
Testcase
https://codesandbox.io/s/semantic-ui-react-forked-38ue7
The text was updated successfully, but these errors were encountered: