django-cms / djangocms-text-ckeditor

Text Plugin for django CMS using CKEditor 4
https://www.django-cms.org/en/repositories-plugins/
BSD 3-Clause "New" or "Revised" License
167 stars 185 forks source link

Height of Color Panel too small #673

Closed SteveGZr closed 4 months ago

SteveGZr commented 4 months ago

I updated my djangocms-text-editor version from 4 to 5 a few months ago. I am now using the current version 5.1.5.

Now I have noticed that the dialogue for the colour selection is no longer displayed correctly. At first I thought it was a misconfiguration on my site, but I have now tried the default settings and found that the height of the dialogue is no longer sufficient. This causes content to be cut off.

As you can see in the following screenshots, the height is overwritten by a value with auto !important. If this is not set, the content is displayed correctly.

screen

fsbraun commented 4 months ago

@SteveGZr Thanks for reporting this!