]> _ Git - psq.git/commitdiff
word wrap
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 31 Aug 2020 11:13:22 +0000 (13:13 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 31 Aug 2020 11:13:22 +0000 (13:13 +0200)
app/Http/Controllers/AccountController.php
app/Notifications/RegistrationComplete.php
resources/views/vendor/mail/html/themes/default.css

index ae19bc27ac228e83c0c859231436d1f9eca9fc84..787132cfa451ae5b6f0fa108f440d6520fdb3aad 100644 (file)
@@ -14,7 +14,7 @@ class AccountController extends Controller
 
     public function __construct()
     {
-        
+
     }
 
     /**
index e5981df9a6fa1b08a0b18fc2773b5f8ab82a3819..89352a83642056879b59eb4b64968312b3b03b4c 100644 (file)
@@ -42,6 +42,7 @@ class RegistrationComplete extends Notification implements ShouldQueue
     {
         return (new MailMessage)
                     ->subject('PRESCRIPTION SANTÉ QUOTIDIEN : Activation réussie !')
+                    ->success()
                     ->greeting('Cher lecteur,')
                     ->line("Votre compte à bien été activé !")
                     ->line("Vous allez pouvoir recevoir tous les prochains numéros de *Prescription Santé : Le Quotidien*")
index 07364aee0f37578d6fddc7dd6cdbd74cd7f6f140..903f90caee6ffe36f5d75c4a703ea5977ecfa992 100644 (file)
@@ -160,6 +160,10 @@ img {
     word-break: break-word;
 }
 
+.subcopy a {
+    word-break: break-all !important;
+}
+
 /* Footer */
 
 .footer {