fix(fe): add flex height constraint to .request-detail - prevent overflow
This commit is contained in:
@@ -509,6 +509,8 @@ h3 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--spacing-4);
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.section {
|
||||
|
||||
Reference in New Issue
Block a user