fix(mobile): Updates width table summary price

pull/49/head
sovanna 2019-12-26 15:01:49 +01:00
parent 7a4cc84a56
commit 393eeafbd6
1 changed files with 5 additions and 0 deletions

View File

@ -199,6 +199,11 @@
border: none;
}
#root-shop table {
width: 100%;
max-width: 100%;
}
#root-shop table tr {
display: flex !important;
justify-content: space-between;