Fixed layout issue in order information in default theme at customer end #3521
This commit is contained in:
parent
9f6e9cc59b
commit
0da8d86904
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=d64fdfe9e3fe3e4b9ee4",
|
||||
"/css/shop.css": "/css/shop.css?id=d5a7b8d843e219c2fa28"
|
||||
"/css/shop.css": "/css/shop.css?id=72d87fe2508fdcd9f397"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3648,6 +3648,8 @@ section.review {
|
|||
height: 130px;
|
||||
float: right;
|
||||
border-collapse: collapse;
|
||||
left: 3px;
|
||||
position: relative;
|
||||
|
||||
tr {
|
||||
|
||||
|
|
@ -4584,7 +4586,7 @@ body {
|
|||
|
||||
td {
|
||||
padding: 15px;
|
||||
min-width: 250px;
|
||||
min-width: 25px;
|
||||
max-width: 250px;
|
||||
line-height: 30px;
|
||||
vertical-align: top;
|
||||
|
|
|
|||
Loading…
Reference in New Issue