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

hotline #37405 redmine tickets display overflow fix

parent 66ff83e9
Branches
Tags
6 merge requests!1587Master,!1553Master,!1539Master,!1537Master,!1536Hotline master,!1530Hotline#37405 probleme d affichage de la forge l interface d administration bokeh master
- ticket #37405 : Problème d'affichage de la forge l'interface d'administration Bokeh
\ No newline at end of file
......@@ -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 {
......
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