[docs] [issue24772] Smaller viewport shifts the "expand left menu" character into the text

karl report at bugs.python.org
Sat Aug 1 11:48:31 CEST 2015


New submission from karl:

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

----------
assignee: docs at python
components: Documentation
messages: 247803
nosy: docs at python, karlcow
priority: normal
severity: normal
status: open
title: Smaller viewport shifts the "expand left menu" character into the text

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24772>
_______________________________________


More information about the docs mailing list