Skip to content

Commit 051c74b

Browse files
committed
test(radio): update css to max 3 per row but wrap
1 parent 55e1c29 commit 051c74b

File tree

1 file changed

+3
-3
lines changed
  • core/src/components/radio-group/test/supporting-text

1 file changed

+3
-3
lines changed

core/src/components/radio-group/test/supporting-text/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<style>
1616
.grid {
1717
display: grid;
18-
grid-template-columns: repeat(3, minmax(200px, 1fr));
19-
grid-row-gap: 20px;
20-
grid-column-gap: 20px;
18+
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
19+
grid-gap: 20px;
20+
max-width: 800px;
2121
}
2222
h2 {
2323
font-size: 12px;

0 commit comments

Comments
 (0)