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

[5.x]: CP: CSS: CKEditor Field Settings: Entry Types: ".chip-content" title wrapping #15000

Closed
adrianjean opened this issue May 15, 2024 · 2 comments
Assignees
Labels

Comments

@adrianjean
Copy link

What happened?

Description

This is verrry low priority... but a small css tweak.
Not sure if this is a CraftCMS or CK Editor Plugin issue.

In the settings for a CK Editor field, under "Entry Types" the entry type "chip" titles wrap:


Screenshot 2024-05-15 at 11 07 52 AM

Looks like maybe a white-space: nowrap; in main.scss might help:

.chip:has(.thumb) .chip-content {
    white-space: nowrap;
}

That would clean up the look of the chips:


Screenshot 2024-05-15 at 11 08 07 AM

Craft CMS version

5.1.3 (Solo)

PHP version

8.3.6

Operating system and version

Linux 5.15.0

Database type and version

MySQL 8.0.30

Image driver and version

GD 8.3.6

Installed plugins and versions

  • CKEditor 4.0.5
@i-just
Copy link
Contributor

i-just commented May 17, 2024

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

@brandonkelly
Copy link
Member

Craft 5.1.5 is out with that fix. Thanks again!

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

No branches or pull requests

3 participants