From b9ccdc4952da2ff1690db345f0f6ce6476830da1 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Thu, 8 Nov 2018 20:38:16 +0100
Subject: [PATCH] Align encrypted event buttons in Safari

Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
---
 res/css/views/dialogs/_EncryptedEventDialog.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/res/css/views/dialogs/_EncryptedEventDialog.scss b/res/css/views/dialogs/_EncryptedEventDialog.scss
index 0dbaae24c1..58ed8b2527 100644
--- a/res/css/views/dialogs/_EncryptedEventDialog.scss
+++ b/res/css/views/dialogs/_EncryptedEventDialog.scss
@@ -24,5 +24,8 @@ limitations under the License.
     @mixin mx_DialogButton;
     background-color: $primary-bg-color;
     color: $accent-color;
+}
+
+.mx_EncryptedEventDialog button {
     margin-top: 0px;
 }