playground/repl: stack radio buttons vertically in fieldsets

This commit is contained in:
russell@unturf.com 2026-06-14 13:07:14 -04:00
parent 4df6dcfa67
commit e24176a447
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -146,7 +146,8 @@ header code {
letter-spacing: 0.08em;
}
.controls label {
margin-right: 0.7em;
display: block;
margin: 0.1em 0;
cursor: pointer;
user-select: none;
font-size: 0.85em;

View file

@ -146,7 +146,8 @@ header code {
letter-spacing: 0.08em;
}
.controls label {
margin-right: 0.7em;
display: block;
margin: 0.1em 0;
cursor: pointer;
user-select: none;
font-size: 0.85em;