summaryrefslogtreecommitdiff
path: root/licensing
diff options
context:
space:
mode:
authorMarc MERLIN <merlin@chromium.org>2014-03-03 16:11:14 -0800
committerMarc MERLIN <merlin@chromium.org>2014-03-05 21:17:56 +0000
commit664cb6d032fb4e2ed3e9486f1469426661b2a58a (patch)
tree8157b7200c6ba7b73abc7cfbf16b3df93c28ceae /licensing
parentee5cccbf01e35e92b15ff8525c9d7abafa85826a (diff)
downloadchromite-664cb6d032fb4e2ed3e9486f1469426661b2a58a.tar.gz
licensing: wrap licenses that have long lines.
BUG=chromium:319907 TEST=Checked that AFL license is properly wrapped with this change. Change-Id: I132ee211c401bde95ee46b08f3262a3815c2e159 Reviewed-on: https://chromium-review.googlesource.com/188601 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Marc MERLIN <merlin@chromium.org> Tested-by: Marc MERLIN <merlin@chromium.org>
Diffstat (limited to 'licensing')
-rw-r--r--licensing/about_credits.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/licensing/about_credits.tmpl b/licensing/about_credits.tmpl
index a1a1bc58f..3e3018278 100644
--- a/licensing/about_credits.tmpl
+++ b/licensing/about_credits.tmpl
@@ -47,6 +47,9 @@ body {
border-radius:3px;
display:none;
}
+.licence pre {
+ white-space: pre-wrap
+}
.licence h3 {
margin-top:0px;
}