rpc-editor/style.css
2024-11-21 07:21:34 -05:00

14 lines
216 B
CSS

.vc-rpceditor-horizontal {
display: flex;
justify-content: space-evenly;
}
.vc-rpceditor-horizontal div {
flex: 1;
}
.vc-rpceditor-horizontal div:first-child {
padding-right: 5px;
}