1
0
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:
Steve-Mcl 2021-05-02 22:44:48 +01:00
parent a6f116b57b
commit 1f4f64a7c0

View File

@ -13,4 +13,10 @@ This stylesheet overrides those to correct some graphical glitches
font-size: unset;
color: 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;
}