We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
white-space: nowrap;
main.scss
.chip:has(.thumb) .chip-content { white-space: nowrap; }
That would clean up the look of the chips:
5.1.3 (Solo)
8.3.6
Linux 5.15.0
MySQL 8.0.30
GD 8.3.6
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting! I raised a PR for this.
Sorry, something went wrong.
Craft 5.1.5 is out with that fix. Thanks again!
i-just
No branches or pull requests
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.scss
might 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
The text was updated successfully, but these errors were encountered: