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 f45f7cf commit 3bdde40Copy full SHA for 3bdde40
core/src/components/accordion/test/shape/index.html
@@ -11,7 +11,7 @@
11
<style>
12
.grid {
13
display: grid;
14
- grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
15
grid-row-gap: 20px;
16
grid-column-gap: 20px;
17
}
0 commit comments