gov-layout 1.2.22 → 1.2.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/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -2
package/dist/index.mjs
CHANGED
|
@@ -1218,7 +1218,7 @@ function UserHeader({
|
|
|
1218
1218
|
)
|
|
1219
1219
|
}
|
|
1220
1220
|
),
|
|
1221
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
1221
|
+
/* @__PURE__ */ jsxs("div", { style: { flex: 1, minWidth: 0 }, children: [
|
|
1222
1222
|
/* @__PURE__ */ jsxs(
|
|
1223
1223
|
"p",
|
|
1224
1224
|
{
|
|
@@ -1226,7 +1226,10 @@ function UserHeader({
|
|
|
1226
1226
|
fontSize: "15px",
|
|
1227
1227
|
fontWeight: 600,
|
|
1228
1228
|
color: "#ffffff",
|
|
1229
|
-
margin: 0
|
|
1229
|
+
margin: 0,
|
|
1230
|
+
overflow: "hidden",
|
|
1231
|
+
textOverflow: "ellipsis",
|
|
1232
|
+
whiteSpace: "nowrap"
|
|
1230
1233
|
},
|
|
1231
1234
|
children: [
|
|
1232
1235
|
"\u0E2A\u0E27\u0E31\u0E2A\u0E14\u0E35,",
|