Skip to content

Commit f89d8fb

Browse files
committed
Fix to force icons to same width
1 parent 48bc555 commit f89d8fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/stylesheets/partials/_results.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
i {
456456
font-size: 2rem;
457457
margin-top: 1px;
458-
max-width: 20px;
458+
flex: 0 0 20px;
459459
}
460460

461461
p {
@@ -505,6 +505,7 @@
505505
i {
506506
font-size: 2rem;
507507
margin-top: 1px;
508+
flex: 0 0 20px;
508509
}
509510
}
510511
}

0 commit comments

Comments
 (0)