File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const TitleBar = () => {
43
43
TrashMail
44
44
</ p >
45
45
46
- < Grid item xs = { 12 } sm = { 2 } >
46
+ < Grid item xs = { 12 } md = { 2 } >
47
47
< Box
48
48
sx = { {
49
49
display : "flex" ,
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ const AllEmailList = () => {
96
96
< >
97
97
< Grid container spacing = { 2 } sx = { { height : "100%" } } >
98
98
< ButtonSection />
99
- < Grid item xs = { 12 } sm = { 1 } sx = { { marginTop : isMobile ? "0vh" : "6vh" } } > </ Grid >
100
- < Grid item xs = { 12 } sm = { 8 } sx = { { marginTop : isMobile ? "0vh" : "6vh" } } >
99
+ < Grid item xs = { 12 } md = { 1 } sx = { { marginTop : isMobile ? "0vh" : "6vh" } } > </ Grid >
100
+ < Grid item xs = { 12 } md = { 8 } sx = { { marginTop : isMobile ? "0vh" : "6vh" } } >
101
101
< Typography
102
102
variant = "h5"
103
103
gutterBottom
You can’t perform that action at this time.
0 commit comments