rpc-editor/style.css
2024-08-03 08:39:44 -04:00

15 lines
202 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;
}