Skip to content

Commit

Permalink
🎨: fix WorkflowPublished style on quick view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed May 13, 2024
1 parent 2a49a86 commit 157bb29
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ onMounted(async () => {
.workflow-published {
display: flex;
height: 100%;
.container-root {
container-type: inline-size;
Expand All @@ -271,8 +272,7 @@ onMounted(async () => {
grid-template-rows: max-content;
grid-template-columns: auto auto 30%;
inset: 0;
position: absolute;
height: 100%;
.workflow-header {
grid-column: 1 / span 3;
Expand All @@ -292,9 +292,9 @@ onMounted(async () => {
}
&:deep(.workflow-information-container) {
grid-column: 3;
height: 100%;
max-width: 500px;
overflow: auto;
}
}
Expand All @@ -314,7 +314,7 @@ onMounted(async () => {
}
.workflow-information-container {
grid-column: 1;
grid-column: 1 / span 3;
}
}
}
Expand Down

0 comments on commit 157bb29

Please sign in to comment.