@sc-360-v2/storefront-cms-library 0.4.15 → 0.4.16

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.
@@ -184,6 +184,8 @@ $resizeActive: '[data-cms-element-resizer="true"]';
184
184
  // grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
185
185
  grid-template-columns: 1fr 1fr;
186
186
  gap: 16px;
187
+ max-height: 750px;
188
+ overflow-y: auto;
187
189
 
188
190
  @media (max-width: 500px) {
189
191
  grid-template-columns: 1fr;
@@ -2123,6 +2125,12 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2123
2125
  --_ctm-mob-dn-pt-ds-vt-pr-on-te-ue,
2124
2126
  var(--_ctm-tab-dn-pt-ds-vt-pr-on-te-ue, var(--_ctm-dn-pt-ds-vt-pr-on-te-ue))
2125
2127
  );
2128
+ max-width: 300px;
2129
+ display: -webkit-box;
2130
+ -webkit-box-orient: vertical;
2131
+ -webkit-line-clamp: 1;
2132
+ text-overflow: ellipsis;
2133
+ overflow: hidden;
2126
2134
  }
2127
2135
  }
2128
2136
  //Dropdown