@wizishop/wizi-block 4.2.25-beta → 4.2.26-beta

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wizi-block.scss +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "4.2.25-beta",
3
+ "version": "4.2.26-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -3446,6 +3446,7 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
3446
3446
  position: relative;
3447
3447
  border: 1px solid #eaeaea;
3448
3448
  border-radius: 3px;
3449
+ height: calc(100% - 56px);
3449
3450
 
3450
3451
  .monaco-editor {
3451
3452
  width: 100% !important;