Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

I have minimum experience with CSS but this seems to be a Sphinx level 
enhancement that needs to be made. The text is set after search completion at 
[0]. The element [1] to which the text is added has no fixed height and is 
empty at the beginning so adding a fixed height might ensure the text doesn't 
push it down. But the relevant file is part of sphinx repo and doesn't have an 
id associated with it so I am not sure how feasible it is to customize this as 
part of Python doc distribution.

[0] 
https://github.com/sphinx-doc/sphinx/blob/97d99f830258a4612a6c77f5be084819634dcbad/sphinx/themes/basic/static/searchtools.js#L299
[1] 
https://github.com/sphinx-doc/sphinx/blob/97d99f830258a4612a6c77f5be084819634dcbad/sphinx/themes/basic/static/searchtools.js#L133

----------
nosy: +mdk, xtreak
versions:  -Python 2.7, Python 3.4, Python 3.5, Python 3.6

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

Reply via email to