Skip to content

Commit 61cf21a

Browse files
committed
Fix layout of results
1 parent 01a5c42 commit 61cf21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/fluent.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ dl.variables > dd.radio {
317317
display: grid;
318318
grid-template-columns: 1fr 2fr;
319319
grid-template-rows: auto;
320-
align-items: center;
320+
grid-row-gap: .5rem;
321+
align-items: start;
321322
}
322323

323324
.output > dt {

0 commit comments

Comments
 (0)