mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
handle node-red style affecting monaco rename box
This commit is contained in:
parent
a6f116b57b
commit
1f4f64a7c0
@ -13,4 +13,10 @@ This stylesheet overrides those to correct some graphical glitches
|
|||||||
font-size: unset;
|
font-size: unset;
|
||||||
color: unset;
|
color: unset;
|
||||||
margin: unset;
|
margin: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* unset some styles of `input` tag (set by node-red css) for monaco rename box */
|
||||||
|
.monaco-editor .rename-box .rename-input {
|
||||||
|
box-sizing: unset;
|
||||||
|
height: unset;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user