From 664cb6d032fb4e2ed3e9486f1469426661b2a58a Mon Sep 17 00:00:00 2001 From: Marc MERLIN Date: Mon, 3 Mar 2014 16:11:14 -0800 Subject: 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 Reviewed-by: Marc MERLIN Tested-by: Marc MERLIN --- licensing/about_credits.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3