From d17a2ff80c6f89674323796bca82f3eacfcc80e3 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 29 Jan 2020 22:54:45 +0000 Subject: [PATCH] clean up unused CSS rules Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/verification/_VerificationShowSas.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/res/css/views/verification/_VerificationShowSas.scss b/res/css/views/verification/_VerificationShowSas.scss index 72213072f9..32401bc446 100644 --- a/res/css/views/verification/_VerificationShowSas.scss +++ b/res/css/views/verification/_VerificationShowSas.scss @@ -36,7 +36,6 @@ limitations under the License. .mx_VerificationShowSas_emojiSas_block { display: inline-block; - text-align: center; margin-bottom: 30px; position: relative; // allow the blocks to grow to space themselves evenly up to a limit of 100px @@ -50,12 +49,9 @@ limitations under the License. .mx_UserInfo .mx_VerificationShowSas_emojiSas_emoji { font-size: 32px; // in UserInfo use a smaller font-size to fit in a smaller space - width: 43px; - margin: 0 auto; } .mx_VerificationShowSas_emojiSas_label { - text-align: center; font-weight: bold; // allow the text to overflow the parent by 15px on each side // this is to keep the width of the parent consistent for spacing centrally via flexbox