Merge pull request #4750 from zerodhatech/chat

chat message changed from bold to normal
This commit is contained in:
Achilles Rasquinha 2018-01-08 12:10:15 +05:30 committed by GitHub
commit 8cce47ca64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1981,7 +1981,7 @@ class extends Component
position.class === "media-left" ? avatar : null,
h("div", { class: "media-body" },
h("div", { class: "media-heading h6 ellipsis", style: `max-width: ${props.width_title || "100%"} display: inline-block` }, props.title),
props.content ? h("div", null, h("small", { class: "h6" }, props.content)) : null,
props.content ? h("div", null, h("small", '', props.content)) : null,
props.subtitle ? h("div", null, h("small", { class: "text-muted" }, props.subtitle)) : null
),
position.class === "media-right" ? avatar : null