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.

classification
Title: Smaller viewport shifts the "expand left menu" character into the text
Type: Stage:
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, karlcow, nanjekyejoannah
Priority: normal Keywords:

Created on 2015-08-01 09:48 by karlcow, last changed 2022-04-11 14:58 by admin.

Messages (5)
msg247803 - (view) Author: karl (karlcow) * Date: 2015-08-01 09:48
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
msg260421 - (view) Author: karl (karlcow) * Date: 2016-02-18 02:03
Where should I propose a patch to help resolve this issue?
A pointer to the code in the repo and I will do it.
msg346131 - (view) Author: Joannah Nanjekye (nanjekyejoannah) * (Python committer) Date: 2019-06-20 16:26
@karl If you are still interested in solving this, open a pull request on https://github.com/python/cpython
msg346175 - (view) Author: karl (karlcow) * Date: 2019-06-20 23:43
I'm at Mozilla All Hands this week. 
I'll check if my solution still makes sense next week and will make a pull request and/or propose another solution. 
Thanks for the reminder. adding to my calendar.
msg347301 - (view) Author: karl (karlcow) * Date: 2019-07-05 03:44
So I had time to look at it today. 
And it would probably be better to solve 
https://bugs.python.org/issue23312

which would make this one here useless and would actually provide a solution for many people.
History
Date User Action Args
2022-04-11 14:58:19adminsetgithub: 68960
2019-07-05 03:44:14karlcowsetmessages: + msg347301
2019-06-20 23:43:20karlcowsetmessages: + msg346175
2019-06-20 16:26:03nanjekyejoannahsetnosy: + nanjekyejoannah
messages: + msg346131
2016-02-18 02:03:09karlcowsetmessages: + msg260421
2015-08-01 10:46:41serhiy.storchakasetnosy: + georg.brandl
2015-08-01 09:48:31karlcowcreate