Skip to content

Commit d5f2541

Browse files
committed
give a default width to sections
1 parent a5e79f8 commit d5f2541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,11 @@ loadStatus(loading);
460460
display: flex;
461461
flex-wrap: wrap;
462462
column-gap: 100px;
463+
464+
& > * {
465+
max-width: 640px;
466+
width: 100%;
467+
}
463468
}
464469
.current {
465470
.benchmark {

0 commit comments

Comments
 (0)