From 6c740bc35cc8ef4e9d5af84177659db09d321814 Mon Sep 17 00:00:00 2001 From: Tomasz Gnyp <49343696+tomgny@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:24:52 +0200 Subject: [PATCH] AAE-22612 Fix missing rich text color picker (#9766) --- .../lib/rich-text-editor/rich-text-editor.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.scss b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.scss index b7e0c0bdf9..08d72dfc36 100644 --- a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.scss +++ b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.scss @@ -8,10 +8,14 @@ } } } + + .ce-inline-toolbar { + transform: scale(1); + } } xy-color-picker { + position: relative; background-color: transparent; - margin-left: 150px; width: 22px; }