Cosmin Popovici

Results 107 comments of Cosmin Popovici

> We just need to get around the mentioned onclick problem. Not sure which one that is, is it not working as expected? If you're referring to this: > the...

Thanks for the explanation. For the `onclick`, I don't really know what we could do. For the overflow/scroll, could we have it enabled just in the case of scrollable context...

So right now we're showing: Left pane Right pane Original Source Transformed Source Transformed Preview I'm not sure I understand how you suggest it should be instead, can you please...

Oh, right! Yeah, I'm on board with that 👍 I wouldn't add a button to toggle these on though, I want the UI to be as clean as possible. Users...

Hi there! This isn't something specific to this starter, I suggest asking this in the [Gridsome repo](https://github.com/gridsome/gridsome) or on their Discord channel. Might have to do with either core Gridsome...

Just ran into this - for anyone looking for a solution, I worked around it with some custom CSS: ```css th.gridjs-th-sort .gridjs-th-content { width: auto !important; } th.gridjs-th .gridjs-th-content {...

FWIW, having an empty `` before the real one will take care of Yahoo!'s app. It removes either the first head or styles in the first head it finds (not...

Gmail does not support styles in the `` tag: https://www.caniemail.com/features/html-style/ > forwarding emails Moving styles into the body of the email does not guarantee they'll work when the email is...

+1, I need this too. Yes, you can totally use `.html` extension for your Nunjucks templates, but this way you would lose any Nunjucks syntax highlighting... Would be awesome if...

This is not currently possible. We might explore it in the future through a custom PostHTML plugin, but right now you can't do that, not unless you write your own...