[Message] - Compact class incompatible with icon class
See original GitHub issueSteps to Reproduce
- Create
<div class="ui compact icon message" />
Expected The Message should do be producing an icon message that is compact
Result The compact class is ignored and element is displayed as block (full width)
Testcase (fork this to get started) http://jsfiddle.net/95kzk6mr/1/
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Eclipse Repository State Conflict Error - java - Stack Overflow
I had this Repository State: Conflicts message when I was trying to commit after removing all the conflicts. As I couldn't see anything...
Read more >Stacking Icons | Font Awesome Docs
To stack multiple icons, use the fa-stack class on the parent HTML element ... You can even throw larger icon classes on the...
Read more >Icons found in the Inbox, Message Headers, and Toolbars
These are the icons you may see in your Inbox, Sent folder, and other mail folders, or in the message header in Microsoft...
Read more >JDK 8u231 introduces a regression with incompatible handling of ...
JDK-8234466Class loading deadlock involving X509Factory#commitEvent() ... JDK 8u231 introduces a regression with incompatible handling of XML messages.
Read more >Common Flutter errors
return Row( children: [ const Icon(Icons.message), Expanded( child: Column( // code omitted ), ), ], ); ... class FirstScreen extends StatelessWidget { const ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.
However, PRs for this issue will of course be accepted and welcome!
If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!
@jlukic Hey there …
ui compact icon message
still doesn’t work. See the original Testcase above (http://jsfiddle.net/95kzk6mr/1/), it still renders at 100% width.Neither 2.2.11 (where the fix was introduced) nor the latest 2.2.13 solve the issue.
I think what’s happening is that
.ui.icon.message
setswidth:100%
. So this problem may simply be fixed by adding the following CSS: