We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using an Icon in a Header ignores the Icon size prop.
Icon
Header
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.
I would expect to be able to size Icons inside Headers.
The .ui.header>.icon style overrides the font-size that, as an example, the i.small.icon style sets.
.ui.header>.icon
i.small.icon
2.0.4
https://codesandbox.io/s/semantic-ui-react-forked-38ue7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: