Files
ComfyUI_frontend/packages
Glary-Bot 7887084dd2 fix: scale textarea line-height and add CSS variable default
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.
2026-05-20 20:02:11 +00:00
..