Skip to content

Commit d0c0b50

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent d2003cd commit d0c0b50

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

resources/js/views/__backoffice/layouts/Master.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ const styles = theme => ({
322322

323323
breadcrumbBar: {
324324
backgroundColor: theme.palette.grey['200'],
325+
zIndex: 0,
325326
},
326327

327328
breadcrumbWrapper: {
@@ -346,11 +347,11 @@ const styles = theme => ({
346347

347348
content: {
348349
flex: 1,
349-
padding: theme.spacing.unit,
350-
marginBottom: '5rem',
350+
padding: `0 ${theme.spacing.unit}px`,
351+
marginBottom: 50,
351352
backgroundColor: theme.palette.grey['200'],
352353
[theme.breakpoints.up('sm')]: {
353-
padding: theme.spacing.unit * 4,
354+
padding: `${theme.spacing.unit}px ${theme.spacing.unit * 3}px`,
354355
},
355356
},
356357

@@ -363,7 +364,7 @@ const styles = theme => ({
363364
right: 0,
364365
bottom: 0,
365366
left: 0,
366-
padding: '1rem',
367+
padding: theme.spacing.unit * 2,
367368
textAlign: 'center',
368369
},
369370
});

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class List extends Component {
414414
container
415415
direction="row"
416416
alignItems="center"
417-
style={{ minWidth: 150 }}
417+
wrap="nowrap"
418418
>
419419
<Grid item style={{ marginRight: 10 }}>
420420
<Avatar

0 commit comments

Comments
 (0)