Chrome allowed to resize text area by drugging that on the bottom right corner, but some times this movement may break design of the page, so i am wondering how to restrict the
This is all a matter of CSS.
To disable the resizing (drag thumb) just use resize: none;. To restrict size max(min)-width and height should do the trick.