refactor(editor): Migrate header WorkflowDetails to composition api (no-changelog) (#9186)

This commit is contained in:
Alex Grozav
2024-04-29 07:53:42 +03:00
committed by GitHub
parent 442aaba116
commit 1c261f85a3
11 changed files with 756 additions and 635 deletions

View File

@@ -354,7 +354,7 @@
font-size: 12px;
font-weight: 400;
display: flex;
align-items: flex-end;
align-items: center;
&.is-closable {
overflow-y: hidden;
@@ -363,7 +363,7 @@
.el-tag__close {
max-height: 15px;
max-width: 15px;
margin-right: 6px;
margin-left: var(--spacing-4xs);
&:hover {
background-color: $tag-close-background-hover-color !important;