@thecb/components 8.4.0-beta.12 → 8.4.0-beta.13
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/dist/index.esm.js
CHANGED
|
@@ -42889,7 +42889,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42889
42889
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
42890
42890
|
color: themeValues.color,
|
|
42891
42891
|
margin: 0,
|
|
42892
|
-
extraStyles: "\n display: -webkit-box; \n
|
|
42892
|
+
extraStyles: "\n display: -webkit-box; \n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n align-self: stretch;\n overflow: hidden; \n text-overflow: ellipsis;\n font-size: 16px;\n line-height: 150%;\n background-color: transparent;\n "
|
|
42893
42893
|
}, title)), /*#__PURE__*/React.createElement(Box, {
|
|
42894
42894
|
padding: "0 0 40px",
|
|
42895
42895
|
width: "100%"
|