File tree 3 files changed +7
-7
lines changed
pages/CreateWorkspacePage 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const useStyles = makeStyles((theme) => ({
48
48
opacity : 1 ,
49
49
} ,
50
50
51
- [ theme . breakpoints . down ( "md " ) ] : {
51
+ [ theme . breakpoints . down ( "sm " ) ] : {
52
52
top : theme . spacing ( 1 ) ,
53
53
right : theme . spacing ( 1 ) ,
54
54
} ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const useStyles = makeStyles((theme) => ({
43
43
paddingTop : theme . spacing ( 6 ) ,
44
44
paddingBottom : theme . spacing ( 8 ) ,
45
45
46
- [ theme . breakpoints . down ( "md " ) ] : {
46
+ [ theme . breakpoints . down ( "sm " ) ] : {
47
47
paddingTop : theme . spacing ( 4 ) ,
48
48
paddingBottom : theme . spacing ( 4 ) ,
49
49
} ,
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export const CreateWorkspacePageView: FC<
300
300
301
301
const useStyles = makeStyles ( ( theme ) => ( {
302
302
formSections : {
303
- [ theme . breakpoints . down ( "md " ) ] : {
303
+ [ theme . breakpoints . down ( "sm " ) ] : {
304
304
gap : theme . spacing ( 8 ) ,
305
305
} ,
306
306
} ,
@@ -310,7 +310,7 @@ const useStyles = makeStyles((theme) => ({
310
310
alignItems : "flex-start" ,
311
311
gap : theme . spacing ( 15 ) ,
312
312
313
- [ theme . breakpoints . down ( "md " ) ] : {
313
+ [ theme . breakpoints . down ( "sm " ) ] : {
314
314
flexDirection : "column" ,
315
315
gap : theme . spacing ( 2 ) ,
316
316
} ,
@@ -322,7 +322,7 @@ const useStyles = makeStyles((theme) => ({
322
322
position : "sticky" ,
323
323
top : theme . spacing ( 3 ) ,
324
324
325
- [ theme . breakpoints . down ( "md " ) ] : {
325
+ [ theme . breakpoints . down ( "sm " ) ] : {
326
326
width : "100%" ,
327
327
position : "initial" ,
328
328
} ,
@@ -377,7 +377,7 @@ const useFormFooterStyles = makeStyles((theme) => ({
377
377
button : {
378
378
minWidth : theme . spacing ( 23 ) ,
379
379
380
- [ theme . breakpoints . down ( "md " ) ] : {
380
+ [ theme . breakpoints . down ( "sm " ) ] : {
381
381
width : "100%" ,
382
382
} ,
383
383
} ,
@@ -388,7 +388,7 @@ const useFormFooterStyles = makeStyles((theme) => ({
388
388
flexDirection : "row-reverse" ,
389
389
gap : theme . spacing ( 2 ) ,
390
390
391
- [ theme . breakpoints . down ( "md " ) ] : {
391
+ [ theme . breakpoints . down ( "sm " ) ] : {
392
392
flexDirection : "column" ,
393
393
gap : theme . spacing ( 1 ) ,
394
394
} ,
You can’t perform that action at this time.
0 commit comments