Merge pull request #4750 from zerodhatech/chat
chat message changed from bold to normal
This commit is contained in:
commit
8cce47ca64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue