forked from openkylin/platform_build
am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width
* commit '3aca7544a51296777a91fa6e3ef203cebf14d04c': tweak jspane width property to ensure bg color for highlighted item is full width
This commit is contained in:
commit
5fef291f3e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue