auto change font size to small if text is too long

main
alexanderroese 2024-08-13 11:16:01 +02:00
parent b473994147
commit 070336cad1
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@
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.classList.add('shx-info-text');
/* this.infoText.classList.add('shx-info-text'); */
this.Viewer3DContainer.appendChild(this.infoText);
}