diff --git a/src/components/NewMessageModal.vue b/src/components/NewMessageModal.vue
index 2dc872439a..6801c1ba6b 100644
--- a/src/components/NewMessageModal.vue
+++ b/src/components/NewMessageModal.vue
@@ -4,67 +4,66 @@
:name="modalTitle"
:additional-trap-elements="additionalTrapElements"
@close="$event.type === 'click' ? onClose() : onMinimize()">
-
- {{ error }}
-
-
- {{ t('mail', 'Go back') }}
-
-
- {{ t('mail', 'Retry') }}
-
+
+
+
+
-
-
-
-
-
- {{ warning }}
+
+
+
+
-
-
- {{ t('mail', 'Go back') }}
-
-
- {{ t('mail', 'Send anyway') }}
-
-
-
-
-
-
-
-
+
+
+
+ {{ error }}
+
+
+ {{ t('mail', 'Go back') }}
+
+
+ {{ t('mail', 'Retry') }}
+
-
-
-
-
+
+
+
+
+
+ {{ warning }}
-
-
+
+
+ {{ t('mail', 'Go back') }}
+
+
+ {{ t('mail', 'Send anyway') }}
+
+
+
-
+