From 6516398e9a2f7d12584cacbe63dea68f4ebc9983 Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Tue, 15 Oct 2024 12:30:31 +0200 Subject: [PATCH] fix(rtl): phishing warning component Signed-off-by: Hamza Mahjoubi --- src/components/PhishingWarning.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/PhishingWarning.vue b/src/components/PhishingWarning.vue index 908aab62e1..18a1001ae2 100644 --- a/src/components/PhishingWarning.vue +++ b/src/components/PhishingWarning.vue @@ -6,7 +6,7 @@
- This email might be a phishing attempt + {{ t('mail','This email might be a phishing attempt') }}
  • @@ -19,7 +19,9 @@
      -
    • href: {{ link.href }} : {{ t('mail','link text') }} {{ link.linkText }}
    • +
    • + href: {{ link.href }} {{ t('mail','link text') }}: {{ link.linkText }} +
@@ -63,7 +65,7 @@ export default { .phishing-warning { background-color:rgba(var(--color-warning-rgb), 0.2); border-radius: var(--border-radius); - text-align: left; + text-align: start; padding: 8px; margin: calc(var(--default-grid-baseline) * 2); &__title {