diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index ba2e0fc..15806a1 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -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); }