@squiz/formatted-text-editor 1.65.1 → 1.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/index.css +2 -1
- package/package.json +1 -1
- package/src/Editor/_editor.scss +1 -0
- package/src/EditorToolbar/_toolbar.scss +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.css
CHANGED
@@ -822,6 +822,7 @@
|
|
822
822
|
outline-width: 0px;
|
823
823
|
}
|
824
824
|
.squiz-fte-scope.squiz-fte-scope__editor .remirror-editor p {
|
825
|
+
position: relative;
|
825
826
|
display: block;
|
826
827
|
}
|
827
828
|
.squiz-fte-scope.squiz-fte-scope__editor--bordered {
|
@@ -909,7 +910,7 @@
|
|
909
910
|
}
|
910
911
|
.squiz-fte-scope .header-toolbar.show-toolbar {
|
911
912
|
opacity: 1;
|
912
|
-
max-height:
|
913
|
+
max-height: 108px;
|
913
914
|
}
|
914
915
|
.squiz-fte-scope__floating-popover {
|
915
916
|
display: flex;
|
package/package.json
CHANGED
package/src/Editor/_editor.scss
CHANGED