From eed6621260051806b087a35a86cfc5f8c6d99ecc Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Thu, 18 Mar 2021 17:02:49 +0100
Subject: [PATCH] eviter que la mediatheque explose quand on a des urls tres
 longes dans un descriptif ou credit

---
 prive/style_prive_plugin_medias.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html
index fbcfdda8..859075f6 100644
--- a/prive/style_prive_plugin_medias.html
+++ b/prive/style_prive_plugin_medias.html
@@ -69,7 +69,7 @@ a.bouton_fermer {display:block;text-align:#GET{right};}
 .galerie table { width: 100%; border: none; margin-bottom: 0}
 .galerie table thead,.galerie table thead th  { background: #e5e5e5;background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);background-image: linear-gradient(top, #f0f0f0, #e0e0e0);filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0f0f0', endColorstr='#e0e0e0');}
 .galerie table tbody tr:hover { background: [#(#GET{claire}|couleur_eclaircir|couleur_eclaircir)]; }
-.galerie table td { min-height: 100px; vertical-align: top; }
+.galerie table td { min-height: 100px; vertical-align: top; word-break: break-word;}
 .galerie table th, .galerie table td { padding: 0.5em .3em; border-bottom: 1px solid #ccc; }
 .galerie table th.id { text-align: right; }
 .galerie table td.id { width: 80px; text-align: right; vertical-align: top; line-height: normal; }
-- 
GitLab