From 64f0beb1eb5adee3c748b9889756b83ff5bc8f76 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 9 Feb 2017 01:33:26 +0000 Subject: [PATCH] fix https://github.com/vector-im/riot-web/issues/3136 --- .../vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss index d124f9c67f..e30ea5ddf1 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss @@ -112,7 +112,7 @@ limitations under the License. .mx_RoomStatusBar_connectionLostBar { margin-top: 19px; - height: 58px; + min-height: 58px; } .mx_RoomStatusBar_connectionLostBar img {