From 2dc7c93dc6a6b12687aedcbeeeeaf017901a4227 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:47:36 -0700 Subject: [PATCH] Keep bigger font size on workflow edit --- .../workflow-edit-dialog/workflow-edit-dialog.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.scss b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.scss index ad12f4a97..6cfcf86b4 100644 --- a/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.scss +++ b/src-ui/src/app/components/common/edit-dialog/workflow-edit-dialog/workflow-edit-dialog.component.scss @@ -3,3 +3,7 @@ color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } } + +.accordion-button { + font-size: 1rem; +}