mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
style: fix overlapping of response container in AI popover. (#4684)
This commit is contained in:
@@ -210,11 +210,7 @@ export const GptAssistantPopover: React.FC<Props> = (props) => {
|
||||
{response !== "" && (
|
||||
<div className="page-block-section max-h-[8rem] text-sm">
|
||||
Response:
|
||||
<RichTextReadOnlyEditor
|
||||
initialValue={`<p>${response}</p>`}
|
||||
containerClassName={response ? "-mx-3 -my-3" : ""}
|
||||
ref={responseRef}
|
||||
/>
|
||||
<RichTextReadOnlyEditor initialValue={`<p>${response}</p>`} ref={responseRef} />
|
||||
</div>
|
||||
)}
|
||||
{invalidResponse && (
|
||||
|
||||
Reference in New Issue
Block a user