From 191d56673b0b013f39f12bd4176ff050d5ee2f40 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 11 Oct 2015 18:21:36 +0100 Subject: [PATCH] fix message spacing on Safari caused by switching back to
  • s... --- src/skins/vector/css/organisms/RoomView.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/skins/vector/css/organisms/RoomView.css b/src/skins/vector/css/organisms/RoomView.css index df1b46b8..ebf9f44c 100644 --- a/src/skins/vector/css/organisms/RoomView.css +++ b/src/skins/vector/css/organisms/RoomView.css @@ -121,6 +121,10 @@ limitations under the License. padding: 0px; } +.mx_RoomView_MessageList li { + clear: both; +} + .mx_RoomView_MessageList h2 { clear: both; margin-top: 32px;