OSDN Git Service

tweak jspane width property to ensure bg color for highlighted item is full width
authorScott Main <smain@google.com>
Mon, 11 Mar 2013 16:21:07 +0000 (09:21 -0700)
committerScott Main <smain@google.com>
Mon, 11 Mar 2013 16:21:07 +0000 (09:21 -0700)
Change-Id: I92e66493229476c29cf71c74091f36063638def4

tools/droiddoc/templates-sdk/assets/css/default.css

index de47705..916b1f8 100644 (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 {