forked from M-Labs/web2019
fix(mobile): Increases space between row in table summary price
This commit is contained in:
parent
393eeafbd6
commit
230f78f338
|
@ -205,6 +205,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#root-shop table tr {
|
#root-shop table tr {
|
||||||
|
padding: .8em 0;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue