reduce longer module name on odometers VC

This commit is contained in:
marcos 2021-09-03 14:57:09 +02:00
parent a2ef804cec
commit b3f4e68934
2 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -212,7 +212,7 @@ export default class Odometer extends Item<OdometerProps> {
} else {
h2.textContent = this.truncateTitle(this.props.title);
}
h2.style.fontSize = `${anchoB * 0.06}px`;
h2.style.fontSize = `12px`;
h2.style.color = `${this.props.titleColor}`;
h2.style.lineHeight = "0";