Compare Issue Fixed
This commit is contained in:
parent
0443b27c21
commit
557a003cb8
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=7da13680877af8a5dfc3",
|
||||
"/css/shop.css": "/css/shop.css?id=8ca4a8a54aacb607a129"
|
||||
"/css/shop.css": "/css/shop.css?id=645cbde629fb71823593"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4868,6 +4868,10 @@ body {
|
|||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.compare-products {
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
.mt-0 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
|
@ -4882,7 +4886,7 @@ body {
|
|||
|
||||
td {
|
||||
padding: 15px;
|
||||
min-width: 25px;
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
line-height: 30px;
|
||||
vertical-align: top;
|
||||
|
|
|
|||
Loading…
Reference in New Issue