From 1ea786126c2972adc58c6fb43990f262c8ca2ee2 Mon Sep 17 00:00:00 2001 From: Abdi Tolessa <41271840+AbdiTolesa@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:48:52 +0300 Subject: [PATCH] Fix HTML field ignoring layout classes --- css/custom_theme.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom_theme.css.php b/css/custom_theme.css.php index 56dfd44339..6da36b30e4 100644 --- a/css/custom_theme.css.php +++ b/css/custom_theme.css.php @@ -146,6 +146,7 @@ .with_frm_style .frm_form_field.frm_html_container{ font-size: var(--form-desc-size); + overflow-wrap: break-word; }