1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Add legend and style it

This commit is contained in:
Bruno Windels
2019-08-30 18:09:23 +02:00
parent b16f983a1f
commit b7768f34f2
2 changed files with 29 additions and 2 deletions

View File

@@ -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>&gt; quote</span></div>
</div>
);
}