From 85084f5fd7a72f1140063cad096f0152645455bf Mon Sep 17 00:00:00 2001 From: wmwragg Date: Fri, 19 Aug 2016 16:46:15 +0100 Subject: [PATCH] Fixed spacing on multiline messages --- .../vector/css/matrix-react-sdk/views/rooms/EventTile.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css index ff5b5a4bb6..ccf12ffc17 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css @@ -73,8 +73,11 @@ limitations under the License. /* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */ margin-right: 110px; padding-left: 65px; /* left gutter */ + padding-top: 4px; + padding-bottom: 2px; border-radius: 4px; - line-height: 30px; + min-height: 24px; + line-height: 22px; } /* HACK to override line-height which is already marked important elsewhere */