From 9f64b2c1251db8381159da2c833f5dbc11027852 Mon Sep 17 00:00:00 2001 From: Simon Kuehn Date: Mon, 18 May 2026 11:20:33 +0000 Subject: [PATCH] fix: render ebay description HTML via field.value|raw, drop scrollbar Co-Authored-By: Claude Sonnet 4.6 --- templates/admin/field/ebay_description.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/field/ebay_description.html.twig b/templates/admin/field/ebay_description.html.twig index 5560920..7564419 100644 --- a/templates/admin/field/ebay_description.html.twig +++ b/templates/admin/field/ebay_description.html.twig @@ -1 +1 @@ -
{{ field.formattedValue|raw }}
+
{{ field.value|raw }}