1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

few wee bug fixes

This commit is contained in:
Michael Shanks 2020-01-31 23:29:49 +00:00
parent ffa4ace7e3
commit 65b800b1d0
3 changed files with 3 additions and 1 deletions

View file

@ -33,7 +33,7 @@ $: {
cmInstance.on("change", () => currentCode = cmInstance.getValue());
}
cmInstance.focus();
cmInstance.setValue(code);
cmInstance.setValue(code || "");
}
}

View file

@ -67,6 +67,7 @@
font-size: 0.85rem;
text-transform: uppercase;
color: #999;
background-color: rgba(0,0,0,0);
}
.switcher > .selected {

View file

@ -41,6 +41,7 @@
}
h5 {
word-wrap: break-word;
font-size: 12px;
font-weight: 700;
color: #163057;