mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
reduce longer module name on odometers VC
This commit is contained in:
parent
a2ef804cec
commit
b3f4e68934
File diff suppressed because one or more lines are too long
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user