fix options.js textareas

This commit is contained in:
czaks 2014-10-18 15:45:01 +02:00
parent 6fc4c02c4e
commit f9308ff28d

View File

@ -821,6 +821,10 @@ div.thread:hover {
height: 300px;
}
#options_div textarea {
max-width: 100%;
}
#options_close {
top: 0px;
right: 0px;