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