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;
}