fix: harden workflow console review paths
This commit is contained in:
@@ -1711,15 +1711,14 @@ tbody tr:hover {
|
||||
.capability-palette,
|
||||
.context-inspector,
|
||||
.authoring-graph {
|
||||
min-height: 42rem;
|
||||
max-height: calc(100vh - 10rem);
|
||||
min-height: min(42rem, calc(100dvh - 10rem));
|
||||
max-height: calc(100dvh - 10rem);
|
||||
overflow: auto;
|
||||
padding: 0.85rem;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: 4px;
|
||||
background: var(--color-surface);
|
||||
}
|
||||
|
||||
.capability-palette__header,
|
||||
.authoring-graph__heading,
|
||||
.context-inspector__heading {
|
||||
|
||||
Reference in New Issue
Block a user