File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dist/shop/_private/address
src/shop/_private/address Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
</div >
63
63
{% endfor %}
64
64
{% if showAdd %}
65
- <a href =" {{ addUrl }}" class =" block rounded-lg border border-gray-200 bg-white hover:shadow-md w-full relative" >
65
+ <a href =" {{ addUrl }}" class =" block rounded-lg border border-gray-200 bg-white hover:shadow-md w-full relative" style = " min-height: 100px; " >
66
66
<div class =" absolute top-0 left-0 right-0 bottom-0 flex items-center" >
67
67
<div class =" flex items-center justify-center h-full p-4 w-full group" >
68
68
<span class =" group-hover:underline" >Add Address</span >
Original file line number Diff line number Diff line change 62
62
</div >
63
63
{% endfor %}
64
64
{% if showAdd %}
65
- <a href =" {{ addUrl }}" class =" block rounded-lg border border-gray-200 bg-white hover:shadow-md w-full relative" >
65
+ <a href =" {{ addUrl }}" class =" block rounded-lg border border-gray-200 bg-white hover:shadow-md w-full relative" style = " min-height: 100px; " >
66
66
<div class =" absolute top-0 left-0 right-0 bottom-0 flex items-center" >
67
67
<div class =" flex items-center justify-center h-full p-4 w-full group" >
68
68
<span class =" group-hover:underline" >Add Address</span >
You can’t perform that action at this time.
0 commit comments