@secretstache/wordpress-gutenberg 0.2.0 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.css +2 -2
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.css
CHANGED
@@ -83,10 +83,10 @@
|
|
83
83
|
|
84
84
|
.block-editor__container .add-new-child-btn {
|
85
85
|
display: flex;
|
86
|
-
margin:
|
86
|
+
margin: 20px auto !important;
|
87
87
|
align-items: center;
|
88
88
|
flex-direction: column;
|
89
|
-
height:
|
89
|
+
height: 50px;
|
90
90
|
justify-content: center;
|
91
91
|
width: 100%;
|
92
92
|
user-select: text;
|