diff --git a/VERSIONS_HOTLINE/37405 b/VERSIONS_HOTLINE/37405
new file mode 100644
index 0000000000000000000000000000000000000000..f8402845d9d7a4569ea2125260b87278385d19bd
--- /dev/null
+++ b/VERSIONS_HOTLINE/37405
@@ -0,0 +1 @@
+ - ticket #37405 : Problème d'affichage de la forge l'interface d'administration Bokeh
\ No newline at end of file
diff --git a/public/admin/css/global.css b/public/admin/css/global.css
index f022ca1329ef16f3e6bca91bca3dd4272a7ee67b..a8640a8a387413fee0144218aa73b0e3be08da4d 100644
--- a/public/admin/css/global.css
+++ b/public/admin/css/global.css
@@ -1337,6 +1337,13 @@ div#reader {
 
 .redmine_edit-issue .models td {
     max-width: 285px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
+
+
+.redmine_edit-issue .models ul {
+    padding-left: 5px;
 }
 
 .redmine_status.redmine_green {