How To Keep The Text Box Size Fixed
My Plunker. In this plunker there is a double plus button. If I press double plus button, The text box is moving right. The text box right corner should be fixed for parent and chi
Solution 1:
The element that is getting created on click of double plus icon has a left padding of 20 px because of this code in your file "angular-ui-tree.min.css" :
.angular-ui-tree-nodes{padding-left:20px}
Can you check this and let me know if this solves your problem?
Post a Comment for "How To Keep The Text Box Size Fixed"