[PR #2499] fix: prevent template description overflow on public profile settings #2347

Open
opened 2026-02-26 20:33:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2499
Author: @omair445
Created: 2/14/2026
Status: 🔄 Open

Base: mainHead: fix/public-profile-description-overflow


📝 Commits (4)

  • 0ff9356 fix: truncate long descriptions in public profile template settings
  • f6d70ec chore: retrigger CI
  • 8910439 chore: retrigger CI after CLA
  • b4e19cc chore: retrigger CI

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 apps/remix/app/components/tables/settings-public-profile-templates-table.tsx (+6 -4)

📄 Description

hey! noticed that long template descriptions on the public profile settings page were pushing action buttons off-screen. added some overflow handling so the text truncates nicely without breaking the layout.

what changed:

  • added min-w-0 to prevent flex children from overflowing
  • used truncate + line-clamp-2 to cap long descriptions
  • buttons stay visible regardless of description length

tested with really long descriptions and edge cases, everything looks clean now.

closes #2472


🔄 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/2499 **Author:** [@omair445](https://github.com/omair445) **Created:** 2/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/public-profile-description-overflow` --- ### 📝 Commits (4) - [`0ff9356`](https://github.com/documenso/documenso/commit/0ff9356bd8e8c3a235896850d3f60a678aa0c87a) fix: truncate long descriptions in public profile template settings - [`f6d70ec`](https://github.com/documenso/documenso/commit/f6d70ec0f94d7c15d1cacc83978810e7c9f20d40) chore: retrigger CI - [`8910439`](https://github.com/documenso/documenso/commit/8910439b477ad02152c14bbfa10e96d2117565ef) chore: retrigger CI after CLA - [`b4e19cc`](https://github.com/documenso/documenso/commit/b4e19ccc58f6704639665c1430f2e0f07f7e0e2f) chore: retrigger CI ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/tables/settings-public-profile-templates-table.tsx` (+6 -4) </details> ### 📄 Description hey! noticed that long template descriptions on the public profile settings page were pushing action buttons off-screen. added some overflow handling so the text truncates nicely without breaking the layout. **what changed:** - added `min-w-0` to prevent flex children from overflowing - used `truncate` + `line-clamp-2` to cap long descriptions - buttons stay visible regardless of description length tested with really long descriptions and edge cases, everything looks clean now. closes #2472 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2347
No description provided.