@t8/docsgen 0.1.65 → 0.1.66

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.
@@ -177,6 +177,7 @@ section.intro .section-content {
177
177
  background: none transparent;
178
178
  }
179
179
  section.intro-title .section-content {
180
+ min-height: auto;
180
181
  padding-top: 2em;
181
182
  padding-bottom: 0;
182
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "bin": {
package/src/css/index.css CHANGED
@@ -177,6 +177,7 @@ section.intro .section-content {
177
177
  background: none transparent;
178
178
  }
179
179
  section.intro-title .section-content {
180
+ min-height: auto;
180
181
  padding-top: 2em;
181
182
  padding-bottom: 0;
182
183
  }