1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:08:33 -06:00

x/tools/godoc: fixed width limit for non-paragraph text

Change-Id: I6020e03959a434622e3e999e0054849f0bfb522f
Fixes: golang/go#13602
Reviewed-on: https://go-review.googlesource.com/18361
Reviewed-by: Francesc Campoy Flores <campoy@golang.org>
This commit is contained in:
Timothy Studd 2016-01-06 22:13:13 -08:00 committed by Francesc Campoy Flores
parent ae186f56a2
commit 4ad533583d
2 changed files with 2 additions and 2 deletions

View File

@ -2816,7 +2816,7 @@ a:hover,
.exampleHeading .text:hover {
text-decoration: underline;
}
p {
p, li {
max-width: 800px;
word-wrap: break-word;
}

View File

@ -42,7 +42,7 @@ a:hover,
.exampleHeading .text:hover {
text-decoration: underline;
}
p {
p, li {
max-width: 800px;
word-wrap: break-word;
}