fix: harden draft workspace routes

This commit is contained in:
lda
2026-08-04 22:45:08 +07:00 Verified
parent fd33bc5301
commit 5196b209a0
6 changed files with 319 additions and 38 deletions
+4
View File
@@ -1084,6 +1084,10 @@ tbody tr:nth-child(10) { animation-delay: 270ms; }
grid-template-columns: 1fr;
}
.draft-detail__panels {
grid-template-columns: 1fr;
}
.capability-discovery__detail {
position: static;
}