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