From 268c60d6992e8d5d7a7d2806575337d339fa7f56 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 12 Jun 2024 15:50:14 +0200 Subject: [PATCH] Refactoring. --- assets/styles/configuration.scss | 2 +- .../elements/channel-configuration.ts | 20 +++++++++---------- ...row.ts => configuration-section-header.ts} | 2 +- .../common/lib/elements/dynamic-table-form.ts | 1 + client/common/lib/elements/index.js | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) rename client/common/lib/elements/{configuration-row.ts => configuration-section-header.ts} (93%) diff --git a/assets/styles/configuration.scss b/assets/styles/configuration.scss index 42158745..9949d188 100644 --- a/assets/styles/configuration.scss +++ b/assets/styles/configuration.scss @@ -473,6 +473,6 @@ livechat-image-file-input { } } -livechat-configuration-row { +livechat-configuration-section-header { margin-top: 3rem; } diff --git a/client/common/configuration/elements/channel-configuration.ts b/client/common/configuration/elements/channel-configuration.ts index 3d669cb2..23d23612 100644 --- a/client/common/configuration/elements/channel-configuration.ts +++ b/client/common/configuration/elements/channel-configuration.ts @@ -251,11 +251,11 @@ export class ChannelConfigurationElement extends LivechatElement {

- - +
- - +