From 6dcf1f3ad56a3e7f27796005198fc34a73aceff7 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Fri, 26 Feb 2016 11:20:38 +0100
Subject: [PATCH] hotline #37405 redmine tickets display overflow fix

---
 VERSIONS_HOTLINE/37405      | 1 +
 public/admin/css/global.css | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 VERSIONS_HOTLINE/37405

diff --git a/VERSIONS_HOTLINE/37405 b/VERSIONS_HOTLINE/37405
new file mode 100644
index 00000000000..f8402845d9d
--- /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 a181369ef0e..fa3278723eb 100644
--- a/public/admin/css/global.css
+++ b/public/admin/css/global.css
@@ -1338,6 +1338,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 {
-- 
GitLab