@lvce-editor/source-control-worker 3.4.1 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3344,6 +3344,8 @@ const getSourceControlVirtualDom = (items, buttons, disabled, placeholder, input
|
|
|
3344
3344
|
const content = message ? [{
|
|
3345
3345
|
childCount: 1,
|
|
3346
3346
|
className: Message,
|
|
3347
|
+
paddingLeft: '20px',
|
|
3348
|
+
paddingRight: '20px',
|
|
3347
3349
|
type: Div
|
|
3348
3350
|
}, text(message)] : [...getSourceControlHeaderVirtualDom(placeholder, inputMessage), ...buttons.flatMap(button => getSourceControlButtonVirtualDom(button, disabled)), ...getSourceControlListVirtualDom(items)];
|
|
3349
3351
|
const dom = [{
|