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.mjs
CHANGED
|
@@ -1179,7 +1179,10 @@ function UserHeader({
|
|
|
1179
1179
|
cursor: onProfile ? "pointer" : "default",
|
|
1180
1180
|
padding: "4px 8px",
|
|
1181
1181
|
borderRadius: "10px",
|
|
1182
|
-
transition: "background-color 0.15s ease"
|
|
1182
|
+
transition: "background-color 0.15s ease",
|
|
1183
|
+
flex: 1,
|
|
1184
|
+
minWidth: 0,
|
|
1185
|
+
overflow: "hidden"
|
|
1183
1186
|
},
|
|
1184
1187
|
children: [
|
|
1185
1188
|
user?.pictureUrl ? /* @__PURE__ */ jsx(
|