When editing paragraphs in a node, editors do not know which paragraph types have been used because the paragraph type is hidden - see screenshot.
This is an open TODO since 5 years:
https://git.drupalcode.org/project/thunder_admin/-/blob/4.0.5/sass/parag...
/**
* 1. When paragraph type has long label, then UI get broken and
* it's not possible to access action buttons. Also Layout is broken.
* @todo Needs to be discussed, hide for now.
*/
.paragraph-type {
display: none;
Make the paragraph type visible again.
Active
4.0
User interface