Skip to content

Commit b960383

Browse files
Update to v4.1.0
1 parent e3ac0f3 commit b960383

File tree

145 files changed

+178
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+178
-170
lines changed

froala_editor/static/froala_editor/css/froala_editor.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.1.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2023 Froala Labs
55
*/
@@ -733,11 +733,15 @@ ol.decimal_type {
733733
counter-reset: item; }
734734

735735
ol.decimal_type > li {
736-
display: block; }
736+
display: block;
737+
position: relative; }
737738

738739
ol.decimal_type > li:before {
739740
content: counters(item,".") ". ";
740-
counter-increment: item; }
741+
counter-increment: item;
742+
position: absolute;
743+
margin-right: 100%;
744+
right: 10px; }
741745

742746
.fr-popup {
743747
position: absolute;
@@ -1350,7 +1354,7 @@ ol.decimal_type > li:before {
13501354
position: sticky;
13511355
z-index: 10; }
13521356
.fr-sticky-on.fr-sticky-ios {
1353-
position: absolute;
1357+
position: -webkit-sticky;
13541358
left: 0;
13551359
right: 0;
13561360
width: auto !important; }

froala_editor/static/froala_editor/css/froala_editor.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/froala_editor.pkgd.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.1.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2023 Froala Labs
55
*/
@@ -733,11 +733,15 @@ ol.decimal_type {
733733
counter-reset: item; }
734734

735735
ol.decimal_type > li {
736-
display: block; }
736+
display: block;
737+
position: relative; }
737738

738739
ol.decimal_type > li:before {
739740
content: counters(item,".") ". ";
740-
counter-increment: item; }
741+
counter-increment: item;
742+
position: absolute;
743+
margin-right: 100%;
744+
right: 10px; }
741745

742746
.fr-popup {
743747
position: absolute;
@@ -1350,7 +1354,7 @@ ol.decimal_type > li:before {
13501354
position: sticky;
13511355
z-index: 10; }
13521356
.fr-sticky-on.fr-sticky-ios {
1353-
position: absolute;
1357+
position: -webkit-sticky;
13541358
left: 0;
13551359
right: 0;
13561360
width: auto !important; }

froala_editor/static/froala_editor/css/froala_editor.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/froala_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.1.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2023 Froala Labs
55
*/

froala_editor/static/froala_editor/css/froala_style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/plugins.pkgd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.1.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2023 Froala Labs
55
*/

froala_editor/static/froala_editor/css/plugins.pkgd.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

froala_editor/static/froala_editor/css/plugins/char_counter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.19 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.1.0 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2023 Froala Labs
55
*/

froala_editor/static/froala_editor/css/plugins/char_counter.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)