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

hotline #37405 redmine tickets display overflow fix

parent edab06e2
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
......@@ -576,6 +576,23 @@ td[id*="menu_item"] {
background-color: red;
}
.redmine_edit-issue .models td {
max-width: 260px;
overflow: hidden;
text-overflow: ellipsis;
}
.redmine_edit-issue .models ul {
padding-left: 10px;
}
.redmine_edit-issue .models ul li {
list-style: disc;
}
.redmine_status.redmine_green {
background-color: green;
}
......
......@@ -565,6 +565,22 @@ div.boutons .bouton {
background-color: red;
}
.redmine_edit-issue .models td {
max-width: 260px;
overflow: hidden;
text-overflow: ellipsis;
}
.redmine_edit-issue .models ul {
padding-left: 10px;
}
.redmine_edit-issue .models ul li {
list-style: disc;
}
.redmine_status.redmine_green {
background-color: 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