[PR #2517] fix: truncate long template description in public profile settings to prevent UI overflow #2360

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2517
Author: @slegarraga
Created: 2/19/2026
Status: 🔄 Open

Base: mainHead: fix/doc-2472-template-description-overflow


📝 Commits (1)

  • a537fea fix: truncate long template description to prevent UI overflow (#2472)

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

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

📄 Description

Fixes #2472

Problem

In the public profile settings page, when a template has an excessively long description, it pushes the action dropdown (Edit, Delete, Copy Link) out of view, making template management impossible.

Solution

  • Added line-clamp-2 to the template description in the settings table to truncate long text
  • Added min-w-0 and flex-1 to the text container so it respects flex boundaries instead of overflowing
  • The action dropdown menu now always remains visible and accessible

Changes

  • apps/remix/app/components/tables/settings-public-profile-templates-table.tsx: Added text truncation and proper flex overflow handling

Note: The public-facing profile page (p.$url.tsx) already had line-clamp-3 on descriptions — this fix addresses the settings/management view which was missing it.


🔄 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/2517 **Author:** [@slegarraga](https://github.com/slegarraga) **Created:** 2/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/doc-2472-template-description-overflow` --- ### 📝 Commits (1) - [`a537fea`](https://github.com/documenso/documenso/commit/a537fea6b9cbad2f39a42a15520d4f27c2acee28) fix: truncate long template description to prevent UI overflow (#2472) ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/tables/settings-public-profile-templates-table.tsx` (+5 -3) </details> ### 📄 Description Fixes #2472 ## Problem In the public profile settings page, when a template has an excessively long description, it pushes the action dropdown (Edit, Delete, Copy Link) out of view, making template management impossible. ## Solution - Added `line-clamp-2` to the template description in the settings table to truncate long text - Added `min-w-0` and `flex-1` to the text container so it respects flex boundaries instead of overflowing - The action dropdown menu now always remains visible and accessible ## Changes - `apps/remix/app/components/tables/settings-public-profile-templates-table.tsx`: Added text truncation and proper flex overflow handling Note: The public-facing profile page (`p.$url.tsx`) already had `line-clamp-3` on descriptions — this fix addresses the settings/management view which was missing it. --- <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#2360
No description provided.