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