fix: textarea not expanding in flex layout with syntax highlight enabled
This commit is contained in:
@@ -75,7 +75,7 @@ export const HighlightedTextarea = forwardRef<HTMLTextAreaElement, Props>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="ht-container relative">
|
<div className="ht-container relative flex-1 min-w-0">
|
||||||
<pre
|
<pre
|
||||||
ref={backdropRef}
|
ref={backdropRef}
|
||||||
className={`ht-backdrop ${className}`}
|
className={`ht-backdrop ${className}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user