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