fix(settings): improve spacing between navigation child items
What does this PR do?
- Fixes #25635
- Fixes CAL-6873
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Image Demo (if applicable):
before:
after:
Mandatory Tasks (DO NOT REMOVE)
- [x] I have self-reviewed the code (A decent size PR without self-review might be rejected).
- [ ] I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
- [ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
@KartikLabhshetwar is attempting to deploy a commit to the cal Team on Vercel.
A member of the Team first needs to authorize it.
please create an issue and link the PR to it. Also, it would be really helpful if you could revert the Prettier changes in this file to make the review easier. Thankss
hi @dhairyashiil i have removed the prettier formatting, can you please review this once again?
Are we also changing the border radius for outer div?
maybe we should change only inner one
We're only changing the inner items (DropdownMenuItem), not the outer container (DropdownMenuContent).
hi @dhairyashiil i have fixed the spacing issue between booking navigation, also address the issues which you mentioned.
before:
after:
Applied the same fix here:
maybe we should change only inner one