Skip to content

Commit ef621c2

Browse files
authored
Bug 1985464 - Switch guided bug entry cards to flex layout to avoid a fixed height
1 parent 22d9787 commit ef621c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/GuidedBugEntry/web/style/guided.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
}
4242

4343
ul.product-list {
44+
display: flex;
45+
flex-wrap: wrap;
4446
margin: 0 -10px 20px;
4547
padding: 0;
4648
list-style: outside none none;
@@ -55,8 +57,6 @@ ul.product-list > li {
5557
border-radius: var(--primary-region-border-radius);
5658
padding: 1px;
5759
width: 300px;
58-
min-height: 166px;
59-
height: 168px;
6060
background-color: var(--primary-region-background-color);
6161
background-clip: padding-box;
6262
box-shadow: var(--primary-region-box-shadow);

0 commit comments

Comments
 (0)