Skip to content

Commit a522119

Browse files
authored
UX: switch user lists on /about to auto-fill (#36228)
Using `auto-fill` instead of `auto-fit` here will preserve column consistency across separate groups better, while still allowing column count to change automatically when needed at various widths Before: <img width="1524" height="642" alt="image" src="https://github.com/user-attachments/assets/b1154bff-ab78-4fe8-a9c0-cd75799cefbf" /> After: <img width="1564" height="674" alt="image" src="https://github.com/user-attachments/assets/19529ae1-4fc6-4c2e-a95e-48de02805d65" />
1 parent 1873f98 commit a522119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/common/base/about.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
.about-page-users-list {
123123
display: grid;
124124
gap: 1em;
125-
grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
125+
grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
126126

127127
&__expand-button {
128128
width: 100%;

0 commit comments

Comments
 (0)