RoyLee1224 commented on code in PR #56344:
URL: https://github.com/apache/airflow/pull/56344#discussion_r2402477676
##########
airflow-core/src/airflow/ui/src/components/DisplayMarkdownButton.tsx:
##########
@@ -20,9 +20,12 @@ import { Box, Heading, VStack } from "@chakra-ui/react";
import { type ReactElement, useState } from "react";
import { Button, Dialog } from "src/components/ui";
+import { ResizableWrapper } from "src/components/ui/ResizableWrapper";
import ReactMarkdown from "./ReactMarkdown";
+const STORAGE_KEY = "airflow-markdown-dialog-size";
Review Comment:
Yeah I did that on purpose, I think users will naturally expect the same
sizing for doc and notes.
If a user needs larger doc text, they will likely want the same for notes as
well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]