Merge pull request #6456 from Sanjaybhattwebkul/compare-product-alignment

Issue #6442 fixed
This commit is contained in:
Glenn Hermans 2022-05-31 01:18:05 +02:00 committed by GitHub
commit 362a3edccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -43,14 +43,14 @@
@foreach ($comparableAttributes as $attribute) @foreach ($comparableAttributes as $attribute)
<tr> <tr>
<td> <td>
<span class="fs16">{{ $attribute['admin_name'] }}</span> <h4 class="fs16">{{ $attribute['admin_name'] }}</h4>
</td> </td>
<td :key="`title-${index}`" v-for="(product, index) in products"> <td :key="`title-${index}`" v-for="(product, index) in products">
@switch ($attribute['code']) @switch ($attribute['code'])
@case('name') @case('name')
<a :href="`${baseUrl}/${product.url_key}`" class="unset remove-decoration active-hover"> <a :href="`${baseUrl}/${product.url_key}`" class="unset remove-decoration active-hover">
<h3 class="fw6 fs18 mt-0" v-text="product['{{ $attribute['code'] }}']"></h3> <h5 class="fw6 fs18 mt-0" v-text="product['{{ $attribute['code'] }}']"></h5>
</a> </a>
@break @break

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{ {
"/js/ui.js": "/js/ui.js?id=28450da875b7d84b30dd", "/js/ui.js": "/js/ui.js?id=28450da875b7d84b30dd",
"/css/ui.css": "/css/ui.css?id=dbf1b2df5e3052f61d06" "/css/ui.css": "/css/ui.css?id=1ed0d19988916084ff87"
} }

View File

@ -1430,7 +1430,7 @@ modal {
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 10px; margin-top: 10px;
display: inline-block; display: inline-block;
width: 100%; width: 200px;
.image-item { .image-item {
width: 200px; width: 200px;