@secretstache/wordpress-gutenberg 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/build/styles.css +2 -2
- package/package.json +1 -1
- package/src/styles/styles.scss +2 -2
package/build/styles.css
CHANGED
@@ -7,8 +7,8 @@
|
|
7
7
|
.block-editor__container .editor-visual-editor.is-resizable + .edit-post-layout__metaboxes {
|
8
8
|
display: none; }
|
9
9
|
.block-editor__container .editor-visual-editor .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
|
10
|
-
margin-top: 10px;
|
11
|
-
margin-bottom: 10px; }
|
10
|
+
margin-top: 10px !important;
|
11
|
+
margin-bottom: 10px !important; }
|
12
12
|
.block-editor__container .editor-visual-editor .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1.editor-post-title {
|
13
13
|
margin: 0;
|
14
14
|
border-bottom: 1px dashed #ddd;
|
package/package.json
CHANGED
package/src/styles/styles.scss
CHANGED