Fixing font size of charset label

This commit is contained in:
Jeff Avallone 2014-12-09 19:03:50 -05:00
parent cd11b7e6e5
commit 0f97afd880
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@
fill: #cbcbba;
}
.subexp .subexp-label {
.subexp .subexp-label, .charset .charset-label {
font-size: 10px;
}

View File

@ -8,6 +8,7 @@ export default _.extend({}, Base, {
this.container.addClass('charset');
this.label = this.container.text()
.addClass('charset-label')
.attr({
text: this.invert() ? 'None of:' : 'One of:'
});