mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 06:35:10 +00:00
Address review feedback on the FE-799 fix: - WidgetTextarea now adds leading-normal so the textarea's line-height scales (unitless 1.5) with the configured font-size. Without it the inherited text-sm line-height of 1.25rem clipped multiline text at the larger end of the 8-24px range. - Initialize --comfy-textarea-font-size to its default 10px on :root in the design-system stylesheet so isolated renders (Storybook, etc.) that do not run GraphView's watchEffect still get the documented default instead of an unset variable.