@blocklet/ui-react 2.11.11 → 2.11.12

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.
@@ -346,7 +346,9 @@ export default function UserCenter({
346
346
  },
347
347
  ".MuiTab-root": {
348
348
  display: "block",
349
- textAlign: "left"
349
+ textAlign: "left",
350
+ alignItems: "flex-start",
351
+ justifyContent: "flex-start"
350
352
  }
351
353
  }
352
354
  }
@@ -257,12 +257,13 @@ export default function UserSessions({
257
257
  Box,
258
258
  {
259
259
  sx: {
260
+ maxWidth: 920,
260
261
  ".MuiTableCell-head": {
261
262
  whiteSpace: "nowrap",
262
263
  fontWeight: "bold"
263
264
  },
264
265
  ".MuiTableCell-root": {
265
- paddingRight: "16px"
266
+ paddingRight: "8px"
266
267
  }
267
268
  },
268
269
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/ui-react",
3
- "version": "2.11.11",
3
+ "version": "2.11.12",
4
4
  "description": "Some useful front-end web components that can be used in Blocklets.",
5
5
  "keywords": [
6
6
  "react",
@@ -32,8 +32,8 @@
32
32
  "url": "https://github.com/ArcBlock/ux/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@arcblock/bridge": "^2.11.11",
36
- "@arcblock/react-hooks": "^2.11.11",
35
+ "@arcblock/bridge": "^2.11.12",
36
+ "@arcblock/react-hooks": "^2.11.12",
37
37
  "@blocklet/did-space-react": "^0.6.0",
38
38
  "@iconify-icons/logos": "^1.2.36",
39
39
  "@iconify-icons/material-symbols": "^1.2.58",
@@ -81,5 +81,5 @@
81
81
  "jest": "^29.7.0",
82
82
  "unbuild": "^2.0.0"
83
83
  },
84
- "gitHead": "fc251e65f592a96d6fe876dda5d6158f7fbd2613"
84
+ "gitHead": "b8f74102e7f4a6918743f6b256485a9888c91af0"
85
85
  }
@@ -385,6 +385,8 @@ export default function UserCenter({
385
385
  '.MuiTab-root': {
386
386
  display: 'block',
387
387
  textAlign: 'left',
388
+ alignItems: 'flex-start',
389
+ justifyContent: 'flex-start',
388
390
  },
389
391
  },
390
392
  }}
@@ -308,12 +308,13 @@ export default function UserSessions({
308
308
  return (
309
309
  <Box
310
310
  sx={{
311
+ maxWidth: 920,
311
312
  '.MuiTableCell-head': {
312
313
  whiteSpace: 'nowrap',
313
314
  fontWeight: 'bold',
314
315
  },
315
316
  '.MuiTableCell-root': {
316
- paddingRight: '16px',
317
+ paddingRight: '8px',
317
318
  },
318
319
  }}>
319
320
  {confirmHolder}