admin管理员组文章数量:1287631
Previously i was using some padding and other custom styling to my vs code tooltip it was resizing after the padding, however now it doesn't seem to be working after the last update, any one knows how to fix it?
To test it out, install Custom CSS and JS Loader or any similar extension, that can apply the css to vs code add some custom css like following:
.monaco-editor .monaco-hover {
padding: 20px !important;
}
i want to increase the size upon hover as now it's overflowing and i am not able to view the contents, how to do so, if anyone know do let me know.
it will overflow (even if you set the overflow to visible or auto it won't resize), and tool tip is not resizing, i have tried box mode, reduced the initial size, and a lot of other fixes, but still no luck. help me with this please
本文标签: visual studio codeMonaco Editor Tooltip Styling not workingStack Overflow
版权声明:本文标题:visual studio code - Monaco Editor Tooltip Styling not working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741317482a2372002.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论