Skip to content

Commit

Permalink
style(workflow): u#2859 t#4115 design review ii
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalroot committed Nov 22, 2023
1 parent 2598189 commit ae433c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ Copyright (c) 2023-present Kaleidos INC
}

.kanban-header-breadcrumbs {
padding-block-start: var(--spacing-4);
margin-block-start: calc(var(--spacing-4) * -1);
margin-inline-start: calc(var(--spacing-4) * -1);
padding-inline-start: var(--spacing-16);
}

.status-options-menu {
margin-block-start: calc(var(--spacing-8) * -1);
}

.workflow-form {
&::ng-deep {
background: transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ Copyright (c) 2023-present Kaleidos INC
.crumb {
padding: var(--spacing-4);
white-space: nowrap;

&:first-of-type {
padding-inline-start: 0;
}
}

.crumb-divider {
Expand Down

0 comments on commit ae433c8

Please sign in to comment.