Skip to content

style: align textarea line-height with rendered comment bodies#171

Merged
tomasz-tomczyk merged 1 commit intomainfrom
fix-textarea-line-height
May 4, 2026
Merged

style: align textarea line-height with rendered comment bodies#171
tomasz-tomczyk merged 1 commit intomainfrom
fix-textarea-line-height

Conversation

@tomasz-tomczyk
Copy link
Copy Markdown
Owner

@tomasz-tomczyk tomasz-tomczyk commented May 4, 2026

Summary

  • Reply, comment, and reply-input textareas had no line-height, falling back to browser default (normal, ~1.15)
  • Rendered .comment-body and .reply-body use 1.6, so wrapped form text looked visibly tighter than the comments above
  • Set line-height: 1.6 on .comment-textarea, .reply-input, and .reply-form.expanded .reply-textarea

Review

  • Parity audit: matches font-size: 14px / line-height: 1.6 already used on rendered bodies and the new-comment textarea

Test plan

🤖 Generated with Claude Code

Comment, reply, and reply-input textareas had no line-height, falling
back to browser default (~normal, ~1.15). Rendered .comment-body and
.reply-body use 1.6, so wrapped text in forms looked visibly tighter
than the comments above. Set line-height: 1.6 on .comment-textarea,
.reply-input, and .reply-form.expanded .reply-textarea to match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.70%. Comparing base (0c5a899) to head (f7764b8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #171   +/-   ##
=======================================
  Coverage   78.70%   78.70%           
=======================================
  Files          55       55           
  Lines        1700     1700           
=======================================
  Hits         1338     1338           
  Misses        362      362           
Flag Coverage Δ
unit 78.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tomasz-tomczyk tomasz-tomczyk merged commit 17c6daf into main May 4, 2026
4 checks passed
@tomasz-tomczyk tomasz-tomczyk deleted the fix-textarea-line-height branch May 4, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant