You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#47731 [WebProfiler] Fix overflow issue in Forms panel (zolikonta)
This PR was merged into the 4.4 branch.
Discussion
----------
[WebProfiler] Fix overflow issue in Forms panel
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | no
| License | MIT
| Doc PR | no
Fix overflow issue in WebProfiler Forms panel
Hides overflowing content in the tree view and adds ellipsis to the end.
Also adds title attribute with the field names so they get shown fully on hover.
Before:

After:

You might want to consider widening `#tree-menu` especially in `width-full`.
This PR applies to 4.4 and 5.4 branch as well not sure about 6.2 though I noticed a redesign but haven't got the chance to check it out.
Thank you
Commits
-------
14712aa fix overflow issue in WebPprofiler Forms panel
0 commit comments