Bugfix/Generator Prompt Markdown Format (#4592)

* add ui fixes

* refactor: update image structure in CustomAssistantLayout to use object format
This commit is contained in:
Henry Heng
2025-06-06 18:07:43 +01:00
committed by GitHub
parent 8793ed628c
commit 2cd8db0c53
15 changed files with 234 additions and 52 deletions
@@ -153,7 +153,11 @@ const ComponentsListDialog = ({ show, dialogProps, onCancel, apiCall, onSelected
width: 50,
height: 50,
borderRadius: '50%',
backgroundColor: 'white'
backgroundColor: 'white',
flexShrink: 0,
display: 'flex',
alignItems: 'center',
justifyContent: 'center'
}}
>
<img