fix(SDK): api sdk page layout breaking when key name is too long#1455
fix(SDK): api sdk page layout breaking when key name is too long#1455paanSinghCoder wants to merge 3 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughTwo email textarea components in invite dialogs receive styling constraints through new CSS classes that restrict vertical resizing and set maximum height limits. The changes are applied identically across admin and React organization member invitation flows. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
📝 Coding Plan
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. Comment |
This reverts commit f0728ed.
Pull Request Test Coverage Report for Build 23189155038Details
💛 - Coveralls |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
web/sdk/admin/views/organizations/details/layout/layout.module.css (1)
60-64: Consider deduplicating this textarea style across admin/react modules.This rule is now duplicated with the invite-member textarea class in the React SDK module. A shared utility style (or shared tokenized class) would reduce future style drift.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 5dabfaf4-e63d-4a09-a27e-c3a502bb64a8
📒 Files selected for processing (4)
web/sdk/admin/views/organizations/details/layout/invite-users-dialog.tsxweb/sdk/admin/views/organizations/details/layout/layout.module.cssweb/sdk/react/components/organization/organization.module.cssweb/sdk/react/views/members/invite-member-dialog.tsx
Summary
Test Plan