Fixing font size of charset label
This commit is contained in:
parent
cd11b7e6e5
commit
0f97afd880
@ -64,7 +64,7 @@
|
||||
fill: #cbcbba;
|
||||
}
|
||||
|
||||
.subexp .subexp-label {
|
||||
.subexp .subexp-label, .charset .charset-label {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
|
@ -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:'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user