Page MenuHomePhorge

Long labels overlap in Add Action area
Closed, ResolvedPublic

Description

Steps to reproduce:

  1. Phorge at 49c3fe619342c0fae4781f05f822d91ea621ac39, PHP 8.2.14
  2. Go to http://phorge.localhost/config/edit/maniphest.points/ and set value to
{
  "enabled": true,
  "label": "Story Points",
  "action": "Change Story Points but with a loooong string here being rendered"
}
  1. Go to http://phorge.localhost/T1 and select all entries in the "Add Action..." dropdown.

Actual outcome:
Text overlaps with other action items and is not easily readable:

Screenshot from 2024-01-11 14-25-53.png (933×960 px, 69 KB)

Expected outcome:
Text is rendered properly or text is ellipsized if there are space constraints

Screenshot from 2024-01-11 19-09-44.png (933×960 px, 64 KB)