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 (
|
||||
<div className="ht-container relative">
|
||||
<div className="ht-container relative flex-1 min-w-0">
|
||||
<pre
|
||||
ref={backdropRef}
|
||||
className={`ht-backdrop ${className}`}
|
||||
|
||||
Reference in New Issue
Block a user