Hi Dave,
Greetings from Syncfusion support,
We have validated your query “Alignment of in-place editor value”
Your requirement to change the padding for the value of the In-Place Editor can be achieved by customizing the below CSS styles code. Please check the code below,
Code snippet:
<style>
.e-inplaceeditor .e-editable-value-container .e-editable-value {
padding-left: 20px;
}
</style>
|
Please check the code snippet and let us know if it satisfies your requirement.
Regards,
Vinitha