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
1 changed files with 1 additions and 0 deletions

View File

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