Skip to content

Commit 530fca6

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent d9da795 commit 530fca6

File tree

1 file changed

+6
-1
lines changed
  • resources/js/views/__backoffice/users

1 file changed

+6
-1
lines changed

resources/js/views/__backoffice/users/List.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,12 @@ class List extends Component {
410410
return {
411411
type: user.type,
412412
name: (
413-
<Grid container direction="row" alignItems="center">
413+
<Grid
414+
container
415+
direction="row"
416+
alignItems="center"
417+
style={{ minWidth: 150 }}
418+
>
414419
<Grid item style={{ marginRight: 10 }}>
415420
<Avatar
416421
style={{

0 commit comments

Comments
 (0)