@apify/docs-theme 1.0.106 → 1.0.107

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.106",
3
+ "version": "1.0.107",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -922,6 +922,14 @@ html[data-theme='dark'] .actionLink:hover::after {
922
922
  align-items: flex-start;
923
923
  gap: 1.6rem;
924
924
  align-self: stretch;
925
+ height: 100%;
926
+ }
927
+
928
+ .cardContentWrapperText {
929
+ display: flex;
930
+ flex-direction: column;
931
+ align-items: flex-start;
932
+ gap: 0.4rem;
925
933
  }
926
934
 
927
935
  .cardContentList {