From 938e99b0bad71494fee2090a0ae435cbcd1ed213 Mon Sep 17 00:00:00 2001
From: RealET <real3t@gmail.com>
Date: Thu, 10 Aug 2023 21:59:20 +0200
Subject: [PATCH] =?UTF-8?q?fix=20:=20pr=C3=A9visualisation=20correcte=20de?=
 =?UTF-8?q?s=20pictos=20SVG=20dans=20l'admin?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 prive/style_prive_plugin_soyezcreateurs.html | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/prive/style_prive_plugin_soyezcreateurs.html b/prive/style_prive_plugin_soyezcreateurs.html
index 387e652b..04c6315d 100644
--- a/prive/style_prive_plugin_soyezcreateurs.html
+++ b/prive/style_prive_plugin_soyezcreateurs.html
@@ -9,7 +9,7 @@
     margin-top: 0;
 }
 
-.spip_document_inline { 
+.spip_document_inline {
 	display: inline;
 }
 .spip_document_inline img {
@@ -20,3 +20,10 @@
 
 .spip_documents_left { clear: left; margin-right: 15px; text-align: center; min-width: initial; margin-bottom: .25em; }
 .spip_documents_right { clear: right; margin-left: 15px; text-align: center; min-width: initial; margin-bottom: .25em; }
+
+#wysiwyg .svg-icon {
+    display: inline-block;
+    width: 1em;
+    height: 1em;
+    fill: currentColor;
+}
-- 
GitLab