Why is `Parameters:` displayed as a column? <img width="746" alt="Screenshot 2019-10-02 at 15 31 40" src="https://user-images.githubusercontent.com/662249/66022704-c56a2b00-e529-11e9-91b1-e5c9bc14291a.png"> It could be manually fixed with `min-width: 6em` on that div... OTH, if the intention was to use a column-looking label, then the better way would be to use `writing-mode`.
Why is
Parameters:displayed as a column?It could be manually fixed with
min-width: 6emon that div...OTH, if the intention was to use a column-looking label, then the better way would be to use
writing-mode.