From 7c03d716078a65692e77bc77a11c9e7c793d056a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 21 May 2019 12:20:58 +0200 Subject: [PATCH] give continued events a little bit of top padding this way, the background isn't clipped at the top --- res/css/views/rooms/_EventTile.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index dfc560e670..ba6d82aea1 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -41,6 +41,11 @@ limitations under the License. .mx_EventTile_continuation { padding-top: 0px ! important; + + &.mx_EventTile_isEditing { + padding-top: 5px ! important; + margin-top: -5px; + } } .mx_EventTile_isEditing {