Skip to content

Commit 3bdde40

Browse files
committed
style: test update
1 parent f45f7cf commit 3bdde40

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/accordion/test/shape

1 file changed

+1
-1
lines changed

core/src/components/accordion/test/shape/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style>
1212
.grid {
1313
display: grid;
14-
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
14+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
1515
grid-row-gap: 20px;
1616
grid-column-gap: 20px;
1717
}

0 commit comments

Comments
 (0)