We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
img
1 parent c5d8790 commit 0ab03dfCopy full SHA for 0ab03df
src/components/markdown/markdown.scss
@@ -33,3 +33,15 @@ hr {
33
.MsoNormal {
34
margin: 0;
35
}
36
+
37
+:host(limel-markdown.reset-img-height) {
38
+ // This is not a publicly documented helper class, intended for CRM's internal use.
39
+ // Reset image height to auto to avoid issues with fixed heights in some markdown content
40
+ // e.g., content copied from MS Word or emails that are sent from a user that has
41
+ // added fixed heights to images that appear in the activity feed.
42
+ #markdown {
43
+ img {
44
+ height: auto;
45
+ }
46
47
+}
0 commit comments