Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x]: Long entry titles included in .element.small do not wrap, cause visual and AX issues #13718

Closed
gbowne-quickbase opened this issue Sep 19, 2023 · 3 comments
Assignees

Comments

@gbowne-quickbase
Copy link

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

  1. Create a table or supertable with several columns and put an entry in the last one. We're using presseddigital/linkit for our links
  2. Pick a really long title for your entry
  3. 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
image

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:


image
image

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

  • Linkit 4.0.4.1
  • Supertable 3.0.9
@i-just
Copy link
Contributor

i-just commented Sep 20, 2023

Hi, thanks for reporting! I raised a PR to adjust this.

@brandonkelly
Copy link
Member

Fixed for the next release via #13722.

@brandonkelly
Copy link
Member

Craft 4.5.6 is out now with that fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants