fix(mobile): Increases space between row in table summary price

pull/49/head
sovanna 2019-12-26 15:11:54 +01:00
parent 393eeafbd6
commit 230f78f338
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@
}
#root-shop table tr {
padding: .8em 0;
display: flex !important;
justify-content: space-between;
}