Skip to content

Commit e73bcef

Browse files
Improve grid layout for the presentation list
1 parent 097ce99 commit e73bcef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/codelab/src/app/admin/content/presentation-list/presentation-list.component.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
}
1313

1414
.wrapper {
15+
width: 100%;
1516
display: grid;
16-
grid-template-columns: fit-content(200px) fit-content(200px) fit-content(
17-
200px
18-
);
17+
grid-template-columns: repeat(auto-fill, 250px);
1918
grid-gap: 20px;
2019
}
2120

0 commit comments

Comments
 (0)