Hi Alberto,
We have checked your reported requirement, we have already set the min-width CSS style property in .e-rule-value element. So we can achieve your requirement using CSS style, you can set the width CSS style property in .e-rule-value element. Please refer below code snippets.
|
<style>
.e-rule-value {
width:250px;
}
</style>
|
For your reference, we have prepared a sample based on this, please refer below sample link.
Please let us know, if you need any further assistance,
Regards,
Mohankumar R