mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(editor): Fix parameter label hover glitch with Fixed/Expression toggle (#26676)
This commit is contained in:
parent
8d8ca2fd67
commit
00ccef8915
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user