pxt-core 6.4.33 → 6.4.34

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": "6.4.33",
3
+ "version": "6.4.34",
4
4
  "description": "Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
@@ -151,7 +151,7 @@ body#docs.tutorial {
151
151
  width: 100%;
152
152
  font-size: 12pt;
153
153
  padding-left: 1rem;
154
- height: calc(@tutorialCardHeight - 1.5rem);
154
+ height: calc(@tutorialCardHeight - 2rem);
155
155
  margin-bottom: 0.4rem;
156
156
  overflow-y: hidden;
157
157
  overflow-x: auto;