Make room for pin clear button when dialog is expanded
This commit is contained in:
@@ -354,6 +354,14 @@
|
||||
max-inline-size: unset;
|
||||
}
|
||||
|
||||
.workflow-stage--current {
|
||||
transition: translate 150ms ease-out;
|
||||
|
||||
[open] & {
|
||||
translate: -2em;
|
||||
}
|
||||
}
|
||||
|
||||
.card__meta-grid {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user