set max-width of textarea in settings page

This commit is contained in:
taehoon 2019-04-18 23:35:36 -04:00
parent 61d04b8823
commit f7baa6e190

View file

@ -330,6 +330,7 @@
textarea { textarea {
width: 100%; width: 100%;
max-width: 100%;
height: 100px; height: 100px;
} }