forked from M-Labs/web2019
fix(mobile): Uses flex for table
This commit is contained in:
parent
804e5fb712
commit
7a4cc84a56
|
@ -199,7 +199,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root-shop table tfoot > tr {
|
#root-shop table tr {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue