@hackersheet/next-document-content-components 0.1.0-alpha.1 → 0.1.0-alpha.2

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.
@@ -252,6 +252,7 @@
252
252
  overflow: hidden;
253
253
  display: -webkit-box;
254
254
  -webkit-box-orient: vertical;
255
+ -webkit-line-clamp: 2;
255
256
  line-clamp: 2;
256
257
  }
257
258
  .main :global(.link-card) :global(.link-card-main) :global(.link-card-title) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackersheet/next-document-content-components",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.0-alpha.2",
4
4
  "description": "Hacker Sheet document content components for Next.js",
5
5
  "keywords": [],
6
6
  "repository": {