diff --git a/src/plugins/rpcEditor/style.css b/src/plugins/rpcEditor/style.css new file mode 100644 index 000000000..8ceda789c --- /dev/null +++ b/src/plugins/rpcEditor/style.css @@ -0,0 +1,14 @@ +.vc-rpceditor-horizontal { + display: flex; + justify-content: space-evenly; + +} + +.vc-rpceditor-horizontal div { + flex: 1; +} + + +.vc-rpceditor-horizontal div:first-child { + padding-right: 5px; +}