oad

Results 2 issues of oad

Added some margin and padding to make the client look better. Some comparisons: Old: ![image](https://user-images.githubusercontent.com/48562304/224511758-b01fef75-9d6f-4e46-b59c-a768ce4d8fe1.png) New: ![image](https://user-images.githubusercontent.com/48562304/224511775-e408c128-64ca-4939-a0e3-4010763f7c6e.png) Old: ![image](https://user-images.githubusercontent.com/48562304/224511864-c0a1a72d-36a6-4327-b14f-7d0d75be32c2.png) New: ![image](https://user-images.githubusercontent.com/48562304/224511895-682b7b8f-2bdb-4da5-ba88-ff73a23db7cb.png)

Fix a panic which can occur when pasting non-ASCII characters into a textbox. Use character slicing instead of byte slicing when limiting the length of the text being pasted in....

text