auto change font size to small if text is too long
parent
854bec14da
commit
bb134f8371
|
@ -1137,7 +1137,7 @@
|
|||
// create text below the iframe for information if the text is too long and we set the font size to small
|
||||
|
||||
this.infoText = document.createElement('span');
|
||||
this.infoText.value = '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.Viewer3DContainer.appendChild(this.infoText);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue