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

Commit 2a53e24e authored by smain@google.com's avatar smain@google.com Committed by android-build-merger
Browse files

am 48422283: Merge "make hidden text hidden with negative indent to avoid...

am 48422283: Merge "make hidden text hidden with negative indent to avoid horizontal scroll bug: 18721145" into lmp-docs
automerge: b834c72e

* commit 'b834c72e':
  make hidden text hidden with negative indent to avoid horizontal scroll bug: 18721145
parents 43741a8c b834c72e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ sdk.win_installer_checksum=505d7a95647bccc194b7aa707854422d9c7288d5
    display:block;
    padding:0;
    white-space: nowrap;
    text-indent: 10000px;
    text-indent: -10000px;
    font-size:0px;
    background: url(../images/tools/studio-logo.png);
    background-image: -webkit-image-set(url(../images/tools/studio-logo.png) 1x, url(../images/tools/studio-logo_2x.png) 2x);