fix: textarea not expanding in flex layout with syntax highlight enabled

This commit is contained in:
Nicolas Varrot
2026-02-13 11:51:55 +00:00
parent daa0ce7494
commit beced29c91

View File

@@ -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}`}