From e48e72c1620891e00d2d8f30a76c6bc09fca411d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 21 May 2019 13:50:27 +0200 Subject: [PATCH] pr feedback --- res/css/views/rooms/_EventTile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index ba6d82aea1..8bf66e2597 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -40,10 +40,10 @@ limitations under the License. } .mx_EventTile_continuation { - padding-top: 0px ! important; + padding-top: 0px !important; &.mx_EventTile_isEditing { - padding-top: 5px ! important; + padding-top: 5px !important; margin-top: -5px; } }