auto change font size to small if text is too long
parent
1753661498
commit
b2e6ba2f72
|
@ -1149,7 +1149,7 @@
|
|||
this.infoText.id = 'shx-info-text';
|
||||
this.infoText.style.display = 'none';
|
||||
this.infoText.style.color = 'red';
|
||||
this.infoText.innerText = 'Text ist zu lang. Wir haben die <strong>Schriftgröße</strong> auf <strong>klein</strong> gesetzt. Bitte überprüfe deinen Text.';
|
||||
this.infoText.innerHTML = 'Text ist zu lang. Wir haben die <strong>Schriftgröße</strong> auf <strong>klein</strong> gesetzt. Bitte überprüfe deinen Text.';
|
||||
this.container.appendChild(this.infoText);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue