Ezio Melotti <ezio.melo...@gmail.com> added the comment:

The min-width is necessary in case the CSS is changed to resize the sidebar 
dynamically. If it gets too narrow it would start getting unusable and the text 
will start overflowing.

Possible alternatives are:
1) use a percentage and min-width;
2) like 1) but also collapse the sidebar automatically when its width gets 
smaller than the min-width;
3) leave a fixed width but make the sidebar mouse-resizable (that will conflict 
with the collapsibility though and is less trivial to do);

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to