Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6959bce3 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane...

am e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit 'e9d67dcc':
  tweak jspane width property to ensure bg color for highlighted item is full width
parents a8d89e15 e9d67dcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {