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

Commit 4d41e26a authored by Billy Lamberta's avatar Billy Lamberta Committed by Clay Murphy
Browse files

Creates a css nowrap class for non-breaking elements

in source.android.com
Test: build2stage 36

Change-Id: I467cc66d5e205b00ed188180140b1ae972e2ebad
parent 4a71d500
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -122,6 +122,10 @@ a.external-link {
  padding-right:16px;
}

.nowrap {
  white-space: nowrap;
}

img {
  border: none; }
#jd-content img {