This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients docs@python, karlcow
Date 2015-08-01.09:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438422511.74.0.548589592521.issue24772@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the following to basic.css:

```css
dl {
    margin-bottom: 15px;
    word-wrap: break-word;
}
```

will solve the issue.

See https://github.com/webcompat/web-bugs/issues/1479
History
Date User Action Args
2015-08-01 09:48:31karlcowsetrecipients: + karlcow, docs@python
2015-08-01 09:48:31karlcowsetmessageid: <1438422511.74.0.548589592521.issue24772@psf.upfronthosting.co.za>
2015-08-01 09:48:31karlcowlinkissue24772 messages
2015-08-01 09:48:31karlcowcreate