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 f8c8d7e commit 605e75aCopy full SHA for 605e75a
site/frontend/src/pages/status_new/page.vue
@@ -342,7 +342,7 @@ loadStatusData(loading);
342
.collectors-grid {
343
width: 100%;
344
display: grid;
345
- grid-template-columns: repeat(auto-fill, minmax(500px, 100%));
346
- gap: 20px;
+ grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
+ grid-gap: 20px;
347
}
348
</style>
0 commit comments