mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-15 10:47:04 +02:00
Fix whitespace nitpick
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
a8dab04d5e
commit
b00ad63a35
@ -201,7 +201,7 @@ const ForwardDialog: React.FC<IProps> = ({ matrixClient: cli, event, permalinkCr
|
||||
onFinished={onFinished}
|
||||
fixedWidth={false}
|
||||
>
|
||||
<h3>{_t("Message preview")}</h3>
|
||||
<h3>{ _t("Message preview") }</h3>
|
||||
<div className={classnames("mx_ForwardDialog_preview", {
|
||||
"mx_IRCLayout": previewLayout == Layout.IRC,
|
||||
"mx_GroupLayout": previewLayout == Layout.Group,
|
||||
|
Loading…
Reference in New Issue
Block a user