fix(mobile): Updates width table summary price
This commit is contained in:
parent
7a4cc84a56
commit
393eeafbd6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue