auto change font size to small if text is too long
parent
b473994147
commit
070336cad1
|
@ -1138,7 +1138,7 @@
|
||||||
|
|
||||||
this.infoText = document.createElement('span');
|
this.infoText = document.createElement('span');
|
||||||
this.infoText.value = 'Here1 Text ist zu lang. Wir haben die Schriftgröße auf klein gesetzt. Bitte überprüfe deinen Text.';
|
this.infoText.value = 'Here1 Text ist zu lang. Wir haben die Schriftgröße auf klein gesetzt. Bitte überprüfe deinen Text.';
|
||||||
this.infoText.classList.add('shx-info-text');
|
/* this.infoText.classList.add('shx-info-text'); */
|
||||||
this.Viewer3DContainer.appendChild(this.infoText);
|
this.Viewer3DContainer.appendChild(this.infoText);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue