fix(editor): Fix parameter label hover glitch with Fixed/Expression toggle (#26676)

This commit is contained in:
Nikhil Kuriakose 2026-03-06 18:29:41 +05:30 committed by GitHub
parent 8d8ca2fd67
commit 00ccef8915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ const addTargetBlank = (html: string) =>
transition: opacity 100ms ease-in; // transition on hover in
}
}
.withOptions:hover {
.withOptions {
.title > span {
text-overflow: ellipsis;
overflow: hidden;