diff --git a/frontend/src/components/ShuffleCodeEditor.jsx b/frontend/src/components/ShuffleCodeEditor.jsx index 890501a0..d24eaedc 100644 --- a/frontend/src/components/ShuffleCodeEditor.jsx +++ b/frontend/src/components/ShuffleCodeEditor.jsx @@ -52,6 +52,8 @@ const Textfield = (props) => { backgroundColor: "#f85a3e", padding: 6, paddingBottom: 6, + paddingLeft: 12, + paddingRight: 12, marginLeft: 20, marginBottom: 50, borderRadius: 10, @@ -59,13 +61,13 @@ const Textfield = (props) => { fontSize: "75%" }} > - Python + JavaScript