Skip to content

Commit 14e277f

Browse files
committed
top align radio buttons to label
1 parent 8656260 commit 14e277f

5 files changed

Lines changed: 16 additions & 9 deletions

File tree

dist/engrid.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Monday, February 2, 2026 @ 14:49:15 ET
23-
* By: nick
22+
* Date: Wednesday, February 4, 2026 @ 06:30:30 ET
23+
* By: michael
2424
* ENGrid styles: v0.23.4
2525
* ENGrid scripts: v0.23.9
2626
*
@@ -8371,6 +8371,9 @@ body[data-engrid-debug]:before{
83718371
--checkbox_top:2px;
83728372
align-items:flex-start;
83738373
}
8374+
[data-engrid-theme=wwf] input[type=radio]+label{
8375+
align-items:flex-start;
8376+
}
83748377
[data-engrid-theme=wwf] .en__component--copyblock li{
83758378
font-size:var(--p_font-size);
83768379
margin-bottom:var(--fields_spacing-block);

dist/engrid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
*
1818
* ENGRID PAGE TEMPLATE ASSETS
1919
*
20-
* Date: Monday, February 2, 2026 @ 14:49:15 ET
21-
* By: nick
20+
* Date: Wednesday, February 4, 2026 @ 06:30:30 ET
21+
* By: michael
2222
* ENGrid styles: v0.23.4
2323
* ENGrid scripts: v0.23.9
2424
*

dist/engrid.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engrid.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/themes/wwf.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@
479479
--checkbox_top: 2px;
480480
}
481481

482+
input[type="radio"] + label {
483+
align-items: flex-start;
484+
}
485+
482486
.en__component--copyblock li {
483487
margin-bottom: var(--fields_spacing-block);
484488
font-size: var(--p_font-size);

0 commit comments

Comments
 (0)