From 070336cad14f01f3782bf3b6a4365f1f090bc969 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Tue, 13 Aug 2024 11:16:01 +0200 Subject: [PATCH] auto change font size to small if text is too long --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }