- Added some extra space for form rendering.

This commit is contained in:
Josako
2025-10-03 09:43:03 +02:00
parent 79a3f94ac2
commit 6df9aa9c7e
3 changed files with 9 additions and 3 deletions

View File

@@ -555,4 +555,9 @@ export default {
border: none;
padding: 0;
}
/* Ruimte tussen active-ai message en het formulier in de input-zone */
.chat-input-container > .dynamic-form-container {
margin-top: 12px;
}
</style>