Skip to content

Commit 79792ae

Browse files
authored
fix: content overflow in Animator (#274)
1 parent a769692 commit 79792ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,12 @@ textarea {
284284
.radio-group {
285285
display: flex;
286286
justify-content: space-between;
287+
flex-wrap: wrap;
287288
}
288289

289290
#animation-radio-label {
291+
display: flex;
292+
width: 6rem;
290293
padding: 0;
291294
margin: 0;
292295
background: none;
@@ -296,7 +299,7 @@ textarea {
296299
}
297300

298301
#animation-radio-label > span {
299-
padding-right: 8px;
302+
padding: 0 8px 0 4px;
300303
}
301304

302305
#radius-input-label {
@@ -365,6 +368,7 @@ input[type='number']::-webkit-outer-spin-button {
365368
margin-bottom: 1rem;
366369
display: flex;
367370
justify-content: space-between;
371+
flex-wrap: wrap;
368372
}
369373

370374
.styled-input {

0 commit comments

Comments
 (0)