I am using todo extension and todolist directive to generate a TODO page in my HTML documentation.
The TODO list is generated correctly but the HTML page is justified which makes it quite unreadable: there are too many spaces in lines
(The original entry is located in /path/to/my.rst, line 43.)
The /path/to/ is a quite long so "The original entry is located" part is spread across the whole line which makes it rather ugly.
Is there a way to force left alignement for the page generated by todolist?
Otherwise, is there a way to hide the full path to .rst under a hyperlink in order to make it fit into the line?