From f92c36b2171eb10d4ec3e6755100cf9dc351dbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Fri, 19 Apr 2024 14:53:09 +0300 Subject: [PATCH] TMS-1029: Change contacts-blocks width --- CHANGELOG.MD | 2 ++ partials/blocks/block-contacts.dust | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 72f5f81..e83f5f0 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1029: Change contacts-blocks width + ## [1.6.6] - 2024-03-26 - TMS-1021: Remove image carousel modal max-height diff --git a/partials/blocks/block-contacts.dust b/partials/blocks/block-contacts.dust index dc57bce..807d105 100644 --- a/partials/blocks/block-contacts.dust +++ b/partials/blocks/block-contacts.dust @@ -1,14 +1,14 @@ -
+
{?title}

- {title|s} + {title|html}

{/title} {?description} - {description|s} + {description|kses} {/description}