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; }