From 162a6f55bf110599cc769de8aa9d8842f6f1fc85 Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Tue, 8 Jun 2021 11:44:03 +0300 Subject: [PATCH] [Bug #134710] Break text if too long --- src/components/manage/Blocks/SiteBlocks/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/manage/Blocks/SiteBlocks/style.css b/src/components/manage/Blocks/SiteBlocks/style.css index d4ac9bc..c5fc900 100644 --- a/src/components/manage/Blocks/SiteBlocks/style.css +++ b/src/components/manage/Blocks/SiteBlocks/style.css @@ -193,6 +193,7 @@ h3.orange { margin-bottom: 1rem; padding: 0 1rem; border-radius: 10px; + overflow-wrap: break-word; } .bat-conclusions .installation-conclusions-wrapper {