am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit '2d967c6df63c625659dbca486a4ba0a20c1f3561':
  tweak jspane width property to ensure bg color for highlighted item is full width
This commit is contained in:
Scott Main
2013-03-11 13:47:13 -07:00
committed by Android Git Automerger

View File

@@ -3969,7 +3969,7 @@ a.download-sdk {
.jspPane { .jspPane {
position: absolute; position: absolute;
overflow: hidden; overflow: hidden;
width:auto !important; /* to avoid cut-off api names in reference in horiz scroll */ width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
} }
.jspVerticalBar { .jspVerticalBar {