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:
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:
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
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:
Looks like maybe a
white-space: nowrap;inmain.scssmight help:That would clean up the look of the chips:
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