gov-layout 1.2.23 → 1.2.24
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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1181,7 +1181,10 @@ function UserHeader({
|
|
|
1181
1181
|
cursor: onProfile ? "pointer" : "default",
|
|
1182
1182
|
padding: "4px 8px",
|
|
1183
1183
|
borderRadius: "10px",
|
|
1184
|
-
transition: "background-color 0.15s ease"
|
|
1184
|
+
transition: "background-color 0.15s ease",
|
|
1185
|
+
flex: 1,
|
|
1186
|
+
minWidth: 0,
|
|
1187
|
+
overflow: "hidden"
|
|
1185
1188
|
},
|
|
1186
1189
|
children: [
|
|
1187
1190
|
user?.pictureUrl ? /* @__PURE__ */ jsxRuntime.jsx(
|