From 0f183ba06f153f7406b0e2e8fe926b3ce92ed8b8 Mon Sep 17 00:00:00 2001 From: lbrun <leo@sandbox.pergame.net> Date: Mon, 1 Feb 2016 16:02:18 +0100 Subject: [PATCH] hotline#37405 probleme_d_affichage_de_la_forge_l_interface_d_administration_bokeh: fix max table width --- VERSIONS_HOTLINE/37405 | 1 + public/admin/css/global.css | 4 ++++ 2 files changed, 5 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 0f1b255c31c..a181369ef0e 100644 --- a/public/admin/css/global.css +++ b/public/admin/css/global.css @@ -1336,6 +1336,10 @@ div#reader { background-color: red; } +.redmine_edit-issue .models td { + max-width: 285px; +} + .redmine_status.redmine_green { background-color: green; } -- GitLab