Add legend and style it
This commit is contained in:
parent
b16f983a1f
commit
b7768f34f2
2 changed files with 29 additions and 2 deletions
|
@ -343,6 +343,7 @@ export default class SendMessageComposer extends React.Component {
|
|||
placeholder={this.props.placeholder}
|
||||
onChange={this._saveStoredEditorState}
|
||||
/>
|
||||
<div className="mx_SendMessageComposer_legend"><strong>**bold**</strong><em>_italic_</em><span>~strikethrough~</span><code>`code`</code><span>> quote</span></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue