We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a769692 commit 79792aeCopy full SHA for 79792ae
src/style.css
@@ -284,9 +284,12 @@ textarea {
284
.radio-group {
285
display: flex;
286
justify-content: space-between;
287
+ flex-wrap: wrap;
288
}
289
290
#animation-radio-label {
291
+ display: flex;
292
+ width: 6rem;
293
padding: 0;
294
margin: 0;
295
background: none;
@@ -296,7 +299,7 @@ textarea {
296
299
297
300
298
301
#animation-radio-label > span {
- padding-right: 8px;
302
+ padding: 0 8px 0 4px;
303
304
305
#radius-input-label {
@@ -365,6 +368,7 @@ input[type='number']::-webkit-outer-spin-button {
365
368
margin-bottom: 1rem;
366
369
367
370
371
372
373
374
.styled-input {
0 commit comments