We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a086e7 commit ae38314Copy full SHA for ae38314
utils/editors/js-console/v3.0/js-console-v3.0.html
@@ -216,13 +216,13 @@
216
}
217
218
#run
219
- {color:blue;font-weight:bold}
+ {color:blue;font-weight:bold;margin-left:20px}
220
#iframe-root
221
{border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px}
222
#iframe-root input
223
{margin-left:10px}
224
#async-root
225
- {border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px}
+ {border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px;cursor:pointer;margin-right:20px}
226
#async-root input
227
228
0 commit comments