fixed spacing issue of thumb image (#35491)
This commit is contained in:
commit
6a42565550
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Improve spacing of product gallery thumbs when using the Twenty Twenty-Two theme.
|
|
@ -591,7 +591,7 @@ a.reset_variations {
|
|||
|
||||
.flex-control-thumbs li {
|
||||
width: 14.2857142857%;
|
||||
margin: 0 14.2857142857% 1.6em 0;
|
||||
margin: 0 1em 1.6em 0;
|
||||
}
|
||||
|
||||
.flex-control-thumbs li:nth-child(4n) {
|
||||
|
|
Loading…
Reference in New Issue