File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
resources/js/views/__backoffice Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ const styles = theme => ({
322
322
323
323
breadcrumbBar : {
324
324
backgroundColor : theme . palette . grey [ '200' ] ,
325
+ zIndex : 0 ,
325
326
} ,
326
327
327
328
breadcrumbWrapper : {
@@ -346,11 +347,11 @@ const styles = theme => ({
346
347
347
348
content : {
348
349
flex : 1 ,
349
- padding : theme . spacing . unit ,
350
- marginBottom : '5rem' ,
350
+ padding : `0 ${ theme . spacing . unit } px` ,
351
+ marginBottom : 50 ,
351
352
backgroundColor : theme . palette . grey [ '200' ] ,
352
353
[ theme . breakpoints . up ( 'sm' ) ] : {
353
- padding : theme . spacing . unit * 4 ,
354
+ padding : ` ${ theme . spacing . unit } px ${ theme . spacing . unit * 3 } px` ,
354
355
} ,
355
356
} ,
356
357
@@ -363,7 +364,7 @@ const styles = theme => ({
363
364
right : 0 ,
364
365
bottom : 0 ,
365
366
left : 0 ,
366
- padding : '1rem' ,
367
+ padding : theme . spacing . unit * 2 ,
367
368
textAlign : 'center' ,
368
369
} ,
369
370
} ) ;
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ class List extends Component {
414
414
container
415
415
direction = "row"
416
416
alignItems = "center"
417
- style = { { minWidth : 150 } }
417
+ wrap = "nowrap"
418
418
>
419
419
< Grid item style = { { marginRight : 10 } } >
420
420
< Avatar
You can’t perform that action at this time.
0 commit comments