fix: members table header by rohanchkrabrty ¡ Pull Request #1413 ¡ 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 d1d7f2f and 32e250d.

📒 Files selected for processing (1)
  • web/sdk/react/components/organization/members/members.module.css

📝 Walkthrough

Summary by CodeRabbit

  • Style
    • Adjusted vertical positioning of table headers in the organization members view for improved visual alignment.

Walkthrough

A CSS property addition to the .tableHeader class in the organization members module. The top: -1px value is introduced alongside the existing z-index: 1 declaration to adjust the vertical positioning of the table header element upward by one pixel.

Changes

Cohort / File(s) Summary
CSS Positioning
web/sdk/react/components/organization/members/members.module.css
Added top: -1px property to .tableHeader selector to shift header position upward by 1 pixel.

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.