pxt-core 7.4.20 → 7.4.21

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": "pxt-core",
3
- "version": "7.4.20",
3
+ "version": "7.4.21",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -275,6 +275,14 @@
275
275
  display: flex;
276
276
  align-items: center;
277
277
  justify-content: center;
278
+ flex-shrink: 0;
279
+ }
280
+
281
+ span {
282
+ overflow: hidden;
283
+ text-overflow: ellipsis;
284
+ flex-shrink: 1;
285
+ white-space: nowrap;
278
286
  }
279
287
  }
280
288
 
@@ -599,18 +599,18 @@
599
599
  // Overrides
600
600
  .tab-tutorial {
601
601
  .tutorial-callout {
602
- top: 18.5rem;
603
602
  right: 1.6rem;
604
603
  bottom: unset;
605
604
  left: unset;
606
605
  max-width: 80%;
606
+ transform: translateY(15px);
607
607
  }
608
608
 
609
609
  .tutorial-callout:before {
610
610
  top: -2.5rem;
611
611
  left: unset;
612
612
  bottom: auto;
613
- right: 4rem;
613
+ right: 3.5rem;
614
614
  transform: rotate(90deg);
615
615
  }
616
616
  }
@@ -626,8 +626,8 @@
626
626
  width: 4rem;
627
627
 
628
628
  .tutorial-callout {
629
- top: 22.5rem;
630
629
  max-width: 32rem;
630
+ transform: translateY(65px);
631
631
  }
632
632
 
633
633
  .tutorial-replace-code-actions .ui.button {
@@ -635,7 +635,7 @@
635
635
  }
636
636
  }
637
637
 
638
- .tutorial-replace-code + .tutorial-controls > .tutorial-hint {
638
+ .tutorial-replace-code ~ .tutorial-controls > .tutorial-hint {
639
639
  width: 5rem;
640
640
  }
641
641