OSDN Git Service

Creates a css nowrap class for non-breaking elements
authorBilly Lamberta <blamb@google.com>
Mon, 24 Oct 2016 21:38:19 +0000 (14:38 -0700)
committerClay Murphy <claym@google.com>
Wed, 9 Nov 2016 21:17:41 +0000 (21:17 +0000)
in source.android.com
Test: build2stage 36

Change-Id: I467cc66d5e205b00ed188180140b1ae972e2ebad

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

index 9b1fe5a..4eafa25 100644 (file)
@@ -122,6 +122,10 @@ a.external-link {
   padding-right:16px;
 }
 
+.nowrap {
+  white-space: nowrap;
+}
+
 img {
   border: none; }
 #jd-content img {