Adding the padding border back into hover.css file (#214001)

adding the padding-border back
This commit is contained in:
Aiday Marlen Kyzy 2024-05-31 14:52:56 +02:00 committed by GitHub
parent 95b4682f72
commit 606c7e23cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@
.monaco-editor .monaco-hover-content {
padding-right: 2px;
padding-bottom: 2px;
box-sizing: border-box;
}