]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn
(no commit message)
[ikiwiki.git] / doc / todo / edit_form:_no_fixed_size_for_textarea.mdwn
1 At the moment the text area in the edit form has a fixed size of 20 rows.
2
3 On longer pages its not very comfortable to edit pages with such a small box. The whole screen size should be used instead([example](http://img3.imagebanana.com/img/bl10u9mb/editingtodo_1241804460828.png)).
4
5 > The whole screen width is used, via the following
6 > from style.css:
7 >
8 >       {
9 >        width: 100%;
10 >       }
11 >
12 > Perhaps you have replaced it with a modified style sheet that does not
13 > include that? --[[Joey]] [[!tag done]]