Skip to content
Snippets Groups Projects
Commit 6dcf1f3a authored by Laurent's avatar Laurent
Browse files

hotline #37405 redmine tickets display overflow fix

parent 50880f9d
Branches
Tags
7 merge requests!1587Master,!1553Master,!1539Master,!1537Master,!1536Hotline master,!1535Stable,!1529Hotline#37405 probleme d affichage de la forge l interface d administration bokeh
- ticket #37405 : Problème d'affichage de la forge l'interface d'administration Bokeh
\ No newline at end of file
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment