From 9e97160c855f16e04d4c12bbd44e0e28a061e67a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 27 Nov 2015 16:20:14 +0000 Subject: [PATCH] fix inline blocks --- src/skins/vector/css/molecules/EventTile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/skins/vector/css/molecules/EventTile.css b/src/skins/vector/css/molecules/EventTile.css index 697655e88f..255eef3494 100644 --- a/src/skins/vector/css/molecules/EventTile.css +++ b/src/skins/vector/css/molecules/EventTile.css @@ -87,6 +87,12 @@ limitations under the License. color: #76cfa6; } +.mx_MessageTile_content .markdown-body .hljs { + display: inherit ! important; +} + +/* end of overrides */ + .mx_MessageTile_searchHighlight { background-color: #76cfa6; color: #fff;