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
We have a long entry title contained within a supertable block and it floats behind the last column of the entry. Users can't get to the [x] to remove the entry. This was fixed for another situation in #13382 but this one remains.
Steps to reproduce
Create a table or supertable with several columns and put an entry in the last one. We're using presseddigital/linkit for our links
Pick a really long title for your entry
See it go off the edge of the table
Expected behavior
The entry title would wrap within the space
Actual behavior
The entry title goes behind other content on the page
What we found
If we add text: wrap to the span contained in the label, it fixes itself. This seems to be in the _main.scss file but we added it in the inspector and it seemed to fix the problem. This is the parent element in the control panel css file:
What happened?
Description
We have a long entry title contained within a supertable block and it floats behind the last column of the entry. Users can't get to the [x] to remove the entry. This was fixed for another situation in #13382 but this one remains.
Steps to reproduce
presseddigital/linkit
for our linksExpected behavior
The entry title would wrap within the space
Actual behavior
The entry title goes behind other content on the page
What we found
If we add
text: wrap
to the span contained in the label, it fixes itself. This seems to be in the_main.scss
file but we added it in the inspector and it seemed to fix the problem. This is the parent element in the control panel css file:cms/src/web/assets/cp/src/css/_main.scss
Line 3383 in 72122c0
Craft CMS version
4.5.3
PHP version
8.2.8
Operating system and version
MacOs 13.5.1 (developers) and Centos Linux 7 (staging/production)
Database type and version
MySQL 5.7
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: