fix(fe): add flex height constraint to .request-detail - prevent overflow

This commit is contained in:
2026-08-16 00:01:04 +09:00
parent 05e279174f
commit 4ff5aaf97f
@@ -509,6 +509,8 @@ h3 {
display: flex;
flex-direction: column;
gap: var(--spacing-4);
flex: 1;
min-height: 0;
}
.section {