Use !important to prevent hover widget overriding hover size (#174503)

Fixes #174498
This commit is contained in:
Logan Ramos 2023-02-15 14:21:48 -07:00 committed by GitHub
parent c65c811f1e
commit e5779739cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
cursor: pointer !important;
padding-left: 6px;
height: 22px;
font-size: 13px;
font-size: 13px !important;
}
.explorer-folders-view .monaco-list-row {