Unverified Commit a9caecf4 authored by Jerwin Arnado's avatar Jerwin Arnado Committed by GitHub

fix: Set max height to 50vh for better viewing for larger screens. (#3330)

Feature: Set max height to 50vh for better viewing for larger screens.
parent d355e2c6
...@@ -185,7 +185,7 @@ const Editor = forwardRef(function Editor(props: Props, ref: React.ForwardedRef< ...@@ -185,7 +185,7 @@ const Editor = forwardRef(function Editor(props: Props, ref: React.ForwardedRef<
return ( return (
<div <div
className={clsx( className={clsx(
"flex flex-col justify-start items-start relative w-full h-auto max-h-[256px] bg-inherit dark:text-gray-300", "flex flex-col justify-start items-start relative w-full h-auto max-h-[50vh] bg-inherit dark:text-gray-300",
className, className,
)} )}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment