##// END OF EJS Templates
Fixed multiple scrollbars in project tree (#15741)....
Jean-Philippe Lang -
r12160:bea821166dbe
parent child
Show More
@@ -437,7 +437,7 ul.projects li {list-style-type:none;}
437 437 #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
438 438 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
439 439
440 #notified-projects ul, #tracker_project_ids ul, #custom_field_project_ids ul {max-height:250px; overflow-y:auto;}
440 #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
441 441
442 442 #related-issues li img {vertical-align:middle;}
443 443
General Comments 0
You need to be logged in to leave comments. Login now