mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07: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:
parent
ae186f56a2
commit
4ad533583d
@ -2816,7 +2816,7 @@ a:hover,
|
||||
.exampleHeading .text:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
p {
|
||||
p, li {
|
||||
max-width: 800px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ a:hover,
|
||||
.exampleHeading .text:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
p {
|
||||
p, li {
|
||||
max-width: 800px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user