I am creating custom web part editor part. I have created a text box which should only allow integer values. If non integer value is filled in , after clicking on "Apply" , error message is displayed on the label below it.

Problem : The label to show error message is initially set to visible = false. But still the editor web part occupies the space(Marked on Red box). How can i remove the space ?
