-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/issue 648 unable to unlink (#649)
* Bump to version 3.10.0 * replace all deprecated occurences of force_text with force_str * replace all deprecated occurences of force_text with force_str * fix #554: typo in Blockquote * Pin to newer versions * Attempt to increase the width of some drop-down menues * fix #648: unable to unlink * fix flake8 complains * fix 1 failing unit test * fix #648: unable to unlink fix flake8 complains fix 1 failing unit test * fix: test suite for Django 2.2 (#650) * fix django 2.2 tests * Update dj22_cms37.txt * Update dj22_cms38.txt * Update dj22_cms40.txt * Update dj31_cms38.txt * Update settings.py * Update frontend.yml * Enable frontend tests --------- Co-authored-by: Jacob Rief <[email protected]> Co-authored-by: Fabian Braun <[email protected]>
- Loading branch information
1 parent
3a4cf77
commit 4e5c4bd
Showing
7 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,6 @@ | |
.cke_dialog_body { | ||
position: relative; | ||
} | ||
.cke_combo_text { | ||
width: 100px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ist/bundle-13948e6025.cms.ckeditor.min.js → ...ist/bundle-9f0bbac8ec.cms.ckeditor.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters