Vít Stanislav
Vít Stanislav
I also faced this issue. The last version that didn't have this error is swagger-ui 4.13.0, so I reverted to that version.
Here is what I get in Firefox, still the same problem: 
The problem depends on screen size. In both screen-shots, most bullet points (except the 2nd row in the first screen-shot) under "Download info" span two lines even though they could...
This is what it looks like with my fix (IMO much easier to read): 
> Why there is a `v-resize:debounce.100="onResize"` and not only a `:responsive="true"`? @aurium What do you mean exactly by your suggestion? Just plain replacing `v-resize:debounce.100="onResize"` with `:responsive="true"` makes no sense to...
I would even think that appending at bottom of the `` should happen by default for `rel: 'prefetch'`. But just having the option to control it would be fine as...
After a bit of exploration, I found https://github.com/architgarg/html-webpack-injector: > Plugin that simplifies injection of chunks into head and body using HtmlWebpackPlugin I forked it and added one commit to "Move...