From 5c4fa3aa8e0bae8ecef4ac80fc2b55a29c088609 Mon Sep 17 00:00:00 2001 From: "tomek.hanaj" Date: Wed, 18 Dec 2024 11:06:34 +0100 Subject: [PATCH] [AAE-29424] updated styles to avoid visual bug --- .../user-task-cloud-buttons/user-task-cloud-buttons.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.ts b/lib/process-services-cloud/src/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.ts index e767bf9a4e..c5f9ece218 100644 --- a/lib/process-services-cloud/src/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.ts +++ b/lib/process-services-cloud/src/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.ts @@ -19,6 +19,7 @@ import { Component, EventEmitter, Input, Output } from '@angular/core'; @Component({ selector: 'adf-cloud-user-task-cloud-buttons', + styles: ['button { margin-right: 8px; }'], templateUrl: './user-task-cloud-buttons.component.html' }) export class UserTaskCloudButtonsComponent {