diff --git a/public/stylesheets/buglist.css b/public/stylesheets/buglist.css index a9be290ad..8ad8a3a6a 100644 --- a/public/stylesheets/buglist.css +++ b/public/stylesheets/buglist.css @@ -3,6 +3,8 @@ .li_list { clear:both; padding:0 0 0 0px; + + } @@ -13,6 +15,7 @@ padding:0 7px 0 0; ol.linenums { margin:0 0 0 20px; + } ol.linenums li { @@ -38,6 +41,12 @@ clear:both; height:18px; list-style-type:square; padding:2px; +overflow: hidden; +overflow-x: hidden; +overflow-y: hidden; +white-space: nowrap; +text-overflow: ellipsis; +-o-text-overflow: ellipsis; }