Skip to content

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

@adrianjean

Description

@adrianjean

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions