Alignment of in-place editor value

Do you have an example for how to change the padding for display of the in place editor value? I've attempted to change the padding value of .e-inplaceeditor .e-editable-value-container with no luck. Thank you.


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team October 4, 2021 08:46 AM UTC

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 


Loader.
Up arrow icon