From 80c65b97a84afff8dc78163abf934c66410e0d4f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 20 Jul 2020 11:17:09 +0100 Subject: [PATCH] Fix Reactions Row Button vertical misalignment due to forced height Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/messages/_ReactionsRowButton.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/messages/_ReactionsRowButton.scss b/res/css/views/messages/_ReactionsRowButton.scss index fe5b081042..a61f4cce9f 100644 --- a/res/css/views/messages/_ReactionsRowButton.scss +++ b/res/css/views/messages/_ReactionsRowButton.scss @@ -16,7 +16,6 @@ limitations under the License. .mx_ReactionsRowButton { display: inline-flex; - height: 20px; line-height: $font-21px; margin-right: 6px; padding: 0 6px;