tweak jspane width property to ensure bg color for highlighted item is full width

Change-Id: I92e66493229476c29cf71c74091f36063638def4
This commit is contained in:
Scott Main
2013-03-11 09:21:07 -07:00
parent 288099b27b
commit 2d967c6df6

View File

@@ -3969,7 +3969,7 @@ a.download-sdk {
.jspPane {
position: absolute;
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 {