fix: add max-height, flex layout, and scrollable command preview for mobile approval card

This commit is contained in:
jjjojoj
2026-04-06 22:05:01 +08:00
committed by Peter Steinberger
parent 77f9f6112e
commit 0f8480ca0b

View File

@@ -4275,10 +4275,14 @@ details[open] > .ov-expandable-toggle::after {
.exec-approval-card {
padding: 16px;
max-height: 90dvh;
display: flex;
flex-direction: column;
}
.exec-approval-actions {
flex-direction: column;
flex-shrink: 0;
}
.exec-approval-actions .btn {
@@ -4288,6 +4292,8 @@ details[open] > .ov-expandable-toggle::after {
.exec-approval-command {
font-size: 12px;
padding: 8px 10px;
max-height: 40dvh;
overflow-y: auto;
}
.table-head {