Skip to content

Commit 4e6dac7

Browse files
committed
use responsive grid layout
1 parent 15f73a6 commit 4e6dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/webview-side/integrations/integrations.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ form {
356356

357357
.integration-type-grid {
358358
display: grid;
359-
grid-template-columns: repeat(3, 1fr);
359+
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
360360
gap: 10px;
361361
}
362362

0 commit comments

Comments
 (0)