Skip to content

Commit 605e75a

Browse files
committed
Put multiple collectors on a single row if there's enough space
1 parent f8c8d7e commit 605e75a

File tree

1 file changed

+2
-2
lines changed
  • site/frontend/src/pages/status_new

1 file changed

+2
-2
lines changed

site/frontend/src/pages/status_new/page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ loadStatusData(loading);
342342
.collectors-grid {
343343
width: 100%;
344344
display: grid;
345-
grid-template-columns: repeat(auto-fill, minmax(500px, 100%));
346-
gap: 20px;
345+
grid-template-columns: repeat(auto-fill, minmax(800px, 1fr));
346+
grid-gap: 20px;
347347
}
348348
</style>

0 commit comments

Comments
 (0)