fix(app): rendering question tool when the step are collapsed (#11539)

This commit is contained in:
Filip
2026-02-01 01:25:06 +01:00
committed by GitHub
parent 6a96810249
commit e5f677dfb5
2 changed files with 78 additions and 0 deletions

View File

@@ -569,4 +569,20 @@
flex-direction: column;
gap: 12px;
}
[data-slot="session-turn-question-parts"] {
width: 100%;
min-width: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
[data-slot="session-turn-answered-question-parts"] {
width: 100%;
min-width: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
}