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

2019-07-04 Thread karl
karl added the comment: 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. -- ___ Python

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

2019-06-20 Thread karl
karl added the comment: 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. -- ___ Python tracker

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

2019-06-20 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @karl If you are still interested in solving this, open a pull request on https://github.com/python/cpython -- nosy: +nanjekyejoannah ___ Python tracker

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

2016-02-17 Thread karl
karl added the comment: Where should I propose a patch to help resolve this issue? A pointer to the code in the repo and I will do it. -- ___ Python tracker

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

2015-08-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24772 ___ ___

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

2015-08-01 Thread karl
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@python components: Documentation messages: 247803 nosy: