Below is how we can get fixed-width, left-aligned tables in rst:
.. list-table:: Table Caption
:width: 100%
:align: left
But this doesn't seem to work in rinohtype. The alignment however i was able to get using my own stylesheet like below:
[table]
horizontal_align = LEFT
I don't understand how can i get a full-width table.