@3sc/common-component 0.0.40 → 0.0.41
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.es.js +9 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22116,14 +22116,18 @@ const hT = ({
|
|
|
22116
22116
|
{
|
|
22117
22117
|
sx: {
|
|
22118
22118
|
margin: "0.5rem 0",
|
|
22119
|
-
maxHeight: "
|
|
22120
|
-
overflowY: "
|
|
22119
|
+
maxHeight: "5rem",
|
|
22120
|
+
overflowY: "scroll",
|
|
22121
22121
|
lineHeight: 1.2,
|
|
22122
|
-
height: "
|
|
22122
|
+
height: "4rem",
|
|
22123
|
+
fontSize: "1.3rem",
|
|
22124
|
+
fontWeight: "600",
|
|
22125
|
+
marginBottom: "1.5rem"
|
|
22123
22126
|
},
|
|
22124
22127
|
display: "flex",
|
|
22125
22128
|
alignItems: "start",
|
|
22126
22129
|
flexDirection: "row",
|
|
22130
|
+
className: "upper-div",
|
|
22127
22131
|
children: [
|
|
22128
22132
|
/* @__PURE__ */ x.jsx(It, { variant: "span", sx: {
|
|
22129
22133
|
fontWeight: 600,
|
|
@@ -22132,7 +22136,8 @@ const hT = ({
|
|
|
22132
22136
|
" ",
|
|
22133
22137
|
/* @__PURE__ */ x.jsx(It, { variant: "span", sx: {
|
|
22134
22138
|
marginTop: "0.2rem",
|
|
22135
|
-
paddingLeft: "0.5rem"
|
|
22139
|
+
paddingLeft: "0.5rem",
|
|
22140
|
+
wordBreak: "break-word"
|
|
22136
22141
|
}, children: r })
|
|
22137
22142
|
]
|
|
22138
22143
|
}
|