@apify/docs-theme 1.0.142 → 1.0.143

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": "@apify/docs-theme",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -606,6 +606,11 @@ article .card h2 {
606
606
  user-select: none;
607
607
  }
608
608
 
609
+ .tsd-panel-header .tsd-flag-group {
610
+ margin-right: .5rem;
611
+ margin-left: .5rem;
612
+ }
613
+
609
614
  .tsd-panel .tsd-flag {
610
615
  color: #f2f3fb;
611
616
  }