From 1e4c675f96e3af4c962774b58147525993855103 Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Mon, 31 May 2021 13:56:59 +0200 Subject: [PATCH] [BUGFIX] Fix recipients checkboxes in "Send to stage" dialog Classes and positioning of the recipients checkboxes in the EXT:workspaces "Send to stage" dialog are adjusted to be bootstrap 5 compatible, restoring proper space between checkbox and label. Resolves: #94241 Related: #93119 Releases: master Change-Id: If38f03f8c39c830ee5a1292667e8d942b446daff Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69335 Tested-by: Christian Kuhn Tested-by: core-ci Tested-by: Jochen Tested-by: Oliver Bartsch Reviewed-by: Christian Kuhn Reviewed-by: Jochen Reviewed-by: Oliver Bartsch --- .../Resources/Public/TypeScript/Workspaces.ts | 22 ++++++++++--------- .../Resources/Public/JavaScript/Workspaces.js | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Workspaces.ts b/Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Workspaces.ts index 9ae676652c38..df0f979ce3cb 100644 --- a/Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Workspaces.ts +++ b/Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Workspaces.ts @@ -45,16 +45,18 @@ export default class Workspaces { for (const recipient of result.sendMailTo) { $form.append( - $('
', {class: 'checkbox'}).append( - $('