From a6f7226724de4caefd6542d683ca47e8eda3230c Mon Sep 17 00:00:00 2001
From: Samuel Couillard <43917914+scouillard@users.noreply.github.com>
Date: Mon, 6 Feb 2023 10:14:19 -0500
Subject: [PATCH] Slight increase of Toast icon width (#4754)

---
 app/assets/stylesheets/application.bootstrap.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss
index a6f90e8e..a0716ddf 100644
--- a/app/assets/stylesheets/application.bootstrap.scss
+++ b/app/assets/stylesheets/application.bootstrap.scss
@@ -662,3 +662,9 @@ input[type="range"]:focus::-moz-range-thumb {
     color: var(--brand-color) !important;
   }
 }
+
+.Toastify {
+  .Toastify__toast-icon {
+    width: 25px;
+  }
+}
-- 
GitLab