Skip to content

Commit d207490

Browse files
committed
Use grid layout for env tables with buttons
1 parent 37504e9 commit d207490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ h6:first-child {
465465
display: grid;
466466
grid-column-gap: 1em;
467467
grid-row-gap: 1em;
468-
grid-auto-columns: auto auto;
468+
grid-auto-columns: auto min-content;
469469
margin-bottom: var(--oj-form-layout-margin-bottom);
470470
}
471471

0 commit comments

Comments
 (0)