From 6082b970eee994570c079197c671da8fda21c2d0 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Mon, 1 Mar 2021 10:16:20 +0100 Subject: [PATCH] =?UTF-8?q?Limiter=20la=20taille=20de=20l'image=20du=20mod?= =?UTF-8?q?=C3=A8le,=20particuli=C3=A8rement=20lorsqu'on=20utilise=20un=20?= =?UTF-8?q?fichier=20.svg=20en=20icone.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prive/style_prive_plugin_inserer_modeles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prive/style_prive_plugin_inserer_modeles.html b/prive/style_prive_plugin_inserer_modeles.html index 721c1f3..5390bdd 100644 --- a/prive/style_prive_plugin_inserer_modeles.html +++ b/prive/style_prive_plugin_inserer_modeles.html @@ -9,7 +9,7 @@ === BOITE AFFICHE GAUCHE === ============================*/ .choix.modele {margin-bottom: 0.25em;} -.choix.modele img {vertical-align: middle;} +.choix.modele img {vertical-align: middle; max-width: 16px;} .choix.modele .radio {margin-left: 0; margin-right: 0;} /* code balise */ .code_modele {