We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216e24f commit 727770eCopy full SHA for 727770e
2 files changed
src/css/form.css
@@ -1410,6 +1410,11 @@ input[type="range"]:disabled::-moz-range-progress {
1410
border-radius: var(--theme-radius);
1411
}
1412
1413
+.form-grid-1x3 {
1414
+ grid-template-rows: repeat(3, 1fr);
1415
+ border-radius: var(--theme-radius);
1416
+}
1417
+
1418
.form-grid .form-wrap {
1419
margin-top: 0;
1420
margin-bottom: 0;
0 commit comments