fix(mobile): Uses flex for table

master
sovanna 2019-12-26 14:57:38 +01:00
parent 804e5fb712
commit 7a4cc84a56
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
border: none;
}
#root-shop table tfoot > tr {
#root-shop table tr {
display: flex !important;
justify-content: space-between;
}