@wizishop/wizi-block 4.2.24-beta → 4.2.25-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "4.2.24-beta",
3
+ "version": "4.2.25-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -3446,10 +3446,10 @@ $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
-
3449
+
3450
3450
  .monaco-editor {
3451
3451
  width: 100% !important;
3452
- height: auto !important;
3452
+ height: 100% !important;
3453
3453
  }
3454
3454
  }
3455
3455
 
@@ -3465,6 +3465,7 @@ $focused-background-color: rgba(34, 186, 255, 0.08);
3465
3465
  border-radius: 3px;
3466
3466
  font-size: 14px;
3467
3467
  cursor: pointer;
3468
+ min-height: 41px;
3468
3469
 
3469
3470
  &:first-of-type {
3470
3471
  margin-right: 15px;
@@ -5511,15 +5512,23 @@ wb-editorjs {
5511
5512
  }
5512
5513
 
5513
5514
  &-center {
5515
+ @include flexbox();
5516
+ @include justify-content(center);
5514
5517
  text-align: center;
5515
5518
  }
5516
5519
 
5517
5520
  &-right {
5521
+ @include flexbox();
5522
+ @include justify-content(flex-end);
5518
5523
  text-align: right;
5519
5524
  }
5520
5525
 
5521
5526
  &-justify {
5522
5527
  text-align: justify;
5528
+
5529
+ li {
5530
+ width: 100%;
5531
+ }
5523
5532
  }
5524
5533
  }
5525
5534
 
@@ -5529,6 +5538,7 @@ wb-editorjs {
5529
5538
 
5530
5539
  li {
5531
5540
  padding-left: 1.5em;
5541
+ width: fit-content;
5532
5542
  }
5533
5543
  }
5534
5544
 
@@ -5538,6 +5548,7 @@ wb-editorjs {
5538
5548
 
5539
5549
  li {
5540
5550
  padding-left: 1.5em;
5551
+ width: fit-content;
5541
5552
  }
5542
5553
  }
5543
5554