We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d9787 commit ef621c2Copy full SHA for ef621c2
extensions/GuidedBugEntry/web/style/guided.css
@@ -41,6 +41,8 @@
41
}
42
43
ul.product-list {
44
+ display: flex;
45
+ flex-wrap: wrap;
46
margin: 0 -10px 20px;
47
padding: 0;
48
list-style: outside none none;
@@ -55,8 +57,6 @@ ul.product-list > li {
55
57
border-radius: var(--primary-region-border-radius);
56
58
padding: 1px;
59
width: 300px;
- min-height: 166px;
- height: 168px;
60
background-color: var(--primary-region-background-color);
61
background-clip: padding-box;
62
box-shadow: var(--primary-region-box-shadow);
0 commit comments