Skip to content

Commit 5941078

Browse files
authored
sound-editor.jsx -- make font size smaller so it fits
1 parent 3ad7421 commit 5941078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/sound-editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ class SoundEditor extends React.Component {
479479
slider.value = params.value;
480480

481481
const input = document.createElement("input");
482-
input.style = "text-align: center;width: 40px;border: solid 1px gray;border-radius: 10px;";
482+
input.style = "text-align: center;width: 40px;border: solid 1px gray;border-radius: 10px;font-size: x-small;";
483483
input.type = "number";
484484
input.min = params.min * scalar;
485485
input.max = params.max * scalar;

0 commit comments

Comments
 (0)