fix (users): email text-area out of bounds on resize by paanSinghCoder ¡ Pull Request #1435 ¡ raystack/frontier

No actionable comments were generated in the recent review. 🎉

â„šī¸ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

đŸ“Ĩ Commits

Reviewing files that changed from the base of the PR and between 65d7f71 and 9074caf.

📒 Files selected for processing (2)
  • web/sdk/admin/views/users/list/invite-users.module.css
  • web/sdk/admin/views/users/list/invite-users.tsx

📝 Walkthrough

Summary by CodeRabbit

  • Style
    • Enhanced the email input textarea in the user invitation interface with improved styling properties, including optimized sizing and resize behavior for better usability.

Walkthrough

A CSS class for styling a textarea component is added to the module stylesheet, and the corresponding className is applied to the emails textarea in the invite-users form component. No logic or validation changes.

Changes

Cohort / File(s) Summary
TextArea Styling
web/sdk/admin/views/users/list/invite-users.module.css, web/sdk/admin/views/users/list/invite-users.tsx
Added new CSS class .invite-users-emails-textarea with vertical resize constraint, full width, and max-height property. Applied className to TextArea component rendering emails field.

Estimated code review effort

đŸŽ¯ 1 (Trivial) | âąī¸ ~2 minutes


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

â¤ī¸ Share

Comment @coderabbitai help to get the list of available commands and usage tips.