zz-shopify-components 0.34.1-beta.22 → 0.34.1-beta.23

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": "zz-shopify-components",
3
- "version": "0.34.1-beta.22",
3
+ "version": "0.34.1-beta.23",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",
@@ -215,6 +215,12 @@
215
215
  width: 0px;
216
216
  display: none;
217
217
  }
218
+ #shopify-section-{{section.id}} .voc-text-content {
219
+ display: -webkit-box;
220
+ -webkit-line-clamp: 5;
221
+ -webkit-box-orient: vertical;
222
+ overflow: hidden;
223
+ }
218
224
  #shopify-section-{{section.id}} .voc-slider-button {
219
225
  display: none;
220
226
  }
@@ -222,6 +228,9 @@
222
228
  #shopify-section-{{section.id}} .voc-item-list {
223
229
  overflow-x: auto;
224
230
  }
231
+ #shopify-section-{{section.id}} .voc-text-content {
232
+ -webkit-line-clamp: 8;
233
+ }
225
234
  #shopify-section-{{section.id}} .comment-box .comment-item {
226
235
  width: 168px;
227
236
  }