In a screen I have a text Area box with rounded rectangle in the back ground . when i resize the text area horizontally the rounded rectangle also increased in the background but when i resize the text area vertically the rounded rectangle is not resized in the background.

This is the style I was using:
background-color: #EAFFEA;
padding: .5em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
border: 1px solid gray;