Vít Stanislav

Results 17 comments of Vít Stanislav
trafficstars

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: ![screen shot 2018-02-05 at 16 36 46](https://user-images.githubusercontent.com/1254342/35813026-d7d520ba-0a92-11e8-83bc-e99033b37f71.png)

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): ![screen shot 2018-02-05 at 17 50 46](https://user-images.githubusercontent.com/1254342/35817246-2a65ae30-0a9d-11e8-9834-3d9ab394ae91.png)

> 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...