Skip to content

Commit

Permalink
Fixes froala-labs/froala-editor-js-2 #1862 (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
froala-bot committed Jul 29, 2019
1 parent 7b18634 commit 4493282
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 17 deletions.
5 changes: 3 additions & 2 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1227,11 +1227,12 @@ body.prevent-scroll {
.fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 4px; }
margin: 8px 4px; }
.fr-separator.fr-hs {
clear: both;
width: calc(100% - (2 * 4px));
margin: 0 4px; }
margin: 0 4px;
height: 1px; }
.fr-separator.fr-hidden {
display: none !important; }

Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
Expand Up @@ -1227,11 +1227,12 @@ body.prevent-scroll {
.fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 4px; }
margin: 8px 4px; }
.fr-separator.fr-hs {
clear: both;
width: calc(100% - (2 * 4px));
margin: 0 4px; }
margin: 0 4px;
height: 1px; }
.fr-separator.fr-hidden {
display: none !important; }

Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions css/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1868,10 +1868,11 @@
.dark-theme .fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 4px; }
margin: 8px 4px; }
.dark-theme .fr-separator.fr-hs {
width: calc(100% - (2 * 4px));
margin: 0 4px; }
margin: 0 4px;
height: 1px; }
.dark-theme .second-toolbar {
border: 1px solid #CCCCCC;
border-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/themes/dark.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions css/themes/gray.css
Original file line number Diff line number Diff line change
Expand Up @@ -1868,10 +1868,11 @@
.gray-theme .fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 4px; }
margin: 8px 4px; }
.gray-theme .fr-separator.fr-hs {
width: calc(100% - (2 * 4px));
margin: 0 4px; }
margin: 0 4px;
height: 1px; }
.gray-theme .second-toolbar {
border: 1px solid #CCCCCC;
border-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/themes/gray.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions css/themes/royal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1868,10 +1868,11 @@
.royal-theme .fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 4px; }
margin: 8px 4px; }
.royal-theme .fr-separator.fr-hs {
width: calc(100% - (2 * 4px));
margin: 0 4px; }
margin: 0 4px;
height: 1px; }
.royal-theme .second-toolbar {
border: 1px solid #CCCCCC;
border-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/themes/royal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/froala_editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/froala_editor.pkgd.min.js

Large diffs are not rendered by default.

0 comments on commit 4493282

Please sign in to comment.