We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038e78e commit 4e08836Copy full SHA for 4e08836
src/css/form.css
@@ -312,8 +312,7 @@ input[type="radio"]{
312
margin-bottom:0;
313
position: absolute;
314
top:0;
315
-left:50%;
316
-transform:translateX(-50%);
+left:0;
317
opacity:0;
318
display: block;
319
font-size:1em;
src/css/group.css
@@ -113,7 +113,6 @@
113
}
114
115
.group-body{
116
-font-size:calc(var(--link-item-size) *1);
117
background-color: transparent;
118
position: relative;
119
min-height:var(--link-item-height);
0 commit comments