fix(event-types): align URL prefix with input text baseline#29000
fix(event-types): align URL prefix with input text baseline#29000romitg2 merged 2 commits intocalcom:mainfrom
Conversation
|
Welcome to Cal.diy, @Akash504-ai! Thanks for opening this pull request. A few things to keep in mind:
A maintainer will review your PR soon. Thanks for contributing! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request modifies the styling of the URL/slug prefix wrapper element in the event setup tab component. The change replaces an 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
What does this PR do?
Fixes a minor visual misalignment in the Event Type Setup tab URL input.
The URL prefix (e.g.
localhost:3000/username/) appeared slightly higher than the input text due to baseline differences between the prefix element and the input field.Solution
This results in consistent and visually balanced alignment between the prefix and the input value.
Visual Demo
Before
After
Mandatory Tasks
How should this be tested?
/event-types/:id?tabName=setuplocalhost:3000/username/)abc)Expected Result
Checklist