[PR #1699] [MERGED] fix: adjust desktop nav search button width and spacing #1800

Closed
opened 2026-02-26 20:31:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1699
Author: @jenilsavani9
Created: 3/11/2025
Status: Merged
Merged: 3/12/2025
Merged by: @dguyen

Base: mainHead: fix/1698-header-element-is-not-responsive


📝 Commits (3)

  • 504c583 fix: adjust desktop nav search button width and spacing
  • ff9022f Merge branch 'main' into fix/1698-header-element-is-not-responsive
  • 9913c3d fix: limit maximum width of desktop nav button for better layout

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 apps/web/src/components/(dashboard)/layout/desktop-nav.tsx (+2 -2)

📄 Description

Description

This PR fixes a UI issue on the https://app.documenso.com/documents page where the Header gets cut off on small screens. The fix ensures the Header/Navbar remains fully visible by adjusting the layout and spacing for better responsiveness.

Fixes: #1698

Changes Made

The width has been changed from 'w-96' to 'w-full.'

Testing Performed

Before

Screenshot 2025-03-11 at 11 33 21 PM

After

documenso-1698.webm

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1699 **Author:** [@jenilsavani9](https://github.com/jenilsavani9) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/1698-header-element-is-not-responsive` --- ### 📝 Commits (3) - [`504c583`](https://github.com/documenso/documenso/commit/504c583132b5fd9454f0638b367a49185d4ec920) fix: adjust desktop nav search button width and spacing - [`ff9022f`](https://github.com/documenso/documenso/commit/ff9022fa82e5a0be76c8c00ad01797525f9943a2) Merge branch 'main' into fix/1698-header-element-is-not-responsive - [`9913c3d`](https://github.com/documenso/documenso/commit/9913c3d5d7f81137da4c687ee46eacf1457b5e99) fix: limit maximum width of desktop nav button for better layout ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/(dashboard)/layout/desktop-nav.tsx` (+2 -2) </details> ### 📄 Description ## Description This PR fixes a UI issue on the `https://app.documenso.com/documents` page where the Header gets cut off on small screens. The fix ensures the Header/Navbar remains fully visible by adjusting the layout and spacing for better responsiveness. ## Related Issue Fixes: #1698 ## Changes Made The width has been changed from 'w-96' to 'w-full.' ## Testing Performed ### Before <img width="801" alt="Screenshot 2025-03-11 at 11 33 21 PM" src="https://github.com/user-attachments/assets/0c35bc64-99e9-4afb-9b0e-fae17b8a6337" /> ### After [documenso-1698.webm](https://github.com/user-attachments/assets/dcddc50c-27db-41d1-badf-59f83481785e) ## Checklist - [X] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [X] I have updated the documentation to reflect these changes, if applicable. - [X] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1800
No description provided.