From 6e49cf1aca526870b27cb970b930ff35426e81fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 4 Jan 2022 00:08:21 +0100 Subject: [PATCH] Unset line-height for modals action bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 9d46eeb49..1b8b810f1 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -399,10 +399,10 @@ .confirmation-modal__action-bar, .mute-modal__action-bar { display: flex; + align-items: center; justify-content: space-between; background: var(--background-color); padding: 10px; - line-height: 36px; & > div { flex: 1 1 auto;