07.07.2022, 08:56
Do you mean that the control does not fit all digits for a 4-byte data type?
Control width can be changed via Custom CSS in Settings & themes:
Control width can be changed via Custom CSS in Settings & themes:
Code:
#setting_custom_widget [data-element] .number,
.widget-custom .number {
width: 130px;
}