Is there a way to enforce the max-width even when there are hyperlinks in the doc? I am currently using the following settings: ``` (setq lsp-ui-doc-max-width 40 lsp-ui-doc-max-height 30) ``` Here is a screenshot: <img width="816" alt="screenshot 2019-02-27 19 25 10" src="https://user-images.githubusercontent.com/1916107/53539744-ab65f700-3ac7-11e9-9ba0-03abb0414075.png"> PS: It also doesn't seem to take max-height into effect