diff --git a/lib/components/Input/InputEditor.jsx b/lib/components/Input/InputEditor.jsx index ccb731e..cf32050 100644 --- a/lib/components/Input/InputEditor.jsx +++ b/lib/components/Input/InputEditor.jsx @@ -174,14 +174,16 @@ export default function InputEditor({ }, [ editorView, value ]); return
-
diff --git a/lib/components/Output/OutputEditor.jsx b/lib/components/Output/OutputEditor.jsx index c59e6ce..f479f0e 100644 --- a/lib/components/Output/OutputEditor.jsx +++ b/lib/components/Output/OutputEditor.jsx @@ -66,16 +66,18 @@ export default function OutputEditor({ value }) { }, [ editorView, value ]); return
-
diff --git a/lib/style/style.scss b/lib/style/style.scss index 94417fe..4de238a 100644 --- a/lib/style/style.scss +++ b/lib/style/style.scss @@ -901,8 +901,7 @@ margin-top: 5px; } - .code__editor-copy-button, - .code__editor-clear-button { + .code__editor-buttons { position: absolute; top: 5px; right: 5px;