-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: sidebar toggle text overflow in mail page #1470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: sidebar toggle text overflow in mail page #1470
Conversation
WalkthroughThis change updates Tailwind CSS utility classes in the sidebar components. It adds transition and overflow handling to the Sidebar and corrects a typo in the transition property of SidebarGroupLabel, ensuring proper animation of margin and opacity. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Sidebar
participant SidebarGroupLabel
User->>Sidebar: Interacts with sidebar (expand/collapse)
Sidebar->>Sidebar: Applies transition and overflow classes
Sidebar->>SidebarGroupLabel: Renders group label with corrected transition
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
READ CAREFULLY THEN REMOVE
Remove bullet points that are not relevant.
PLEASE REFRAIN FROM USING AI TO WRITE YOUR CODE AND PR DESCRIPTION. IF YOU DO USE AI TO WRITE YOUR CODE PLEASE PROVIDE A DESCRIPTION AND REVIEW IT CAREFULLY. MAKE SURE YOU UNDERSTAND THE CODE YOU ARE SUBMITTING USING AI.
Description
There is a issue reported about the text overflow when sidebar toggle button is selected.
Type of Change
Please delete options that are not relevant.
Areas Affected
Please check all that apply:
Testing Done
Describe the tests you've done:
Security Considerations
For changes involving data or authentication:
Checklist
Additional Notes
Add any other context about the pull request here.
Screenshots/Recordings
Before:
458464535-b26f4535-0172-4a40-b522-7fa33d307a57.mov
After:
Screen.Recording.2025-06-24.at.10.04.12.PM.mov
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.
Summary by CodeRabbit