From ad5f1bf180af19cb9448c555567e9497d124766c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 29 Jun 2018 09:46:01 +0100 Subject: [PATCH] Fix layout bug introduced by #2025 Fixes https://github.com/vector-im/riot-web/issues/6958 (https://github.com/matrix-org/matrix-react-sdk/pull/2025) --- src/components/structures/RoomStatusBar.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index d1dc8d3c12..9aa77e695a 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -374,11 +374,13 @@ module.exports = React.createClass({ return (
/!\ -
- { _t('Connectivity to the server has been lost.') } -
-
- { _t('Sent messages will be stored until your connection has returned.') } +
+
+ { _t('Connectivity to the server has been lost.') } +
+
+ { _t('Sent messages will be stored until your connection has returned.') } +
);