Modify ↓
#1155 closed enhancement (worksforme)
Edit area width
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | wiki system | Version: | 0.8 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The editing area's width is a bit small… I had to change it in wiki.cs
<p><textarea id="text" name="text" cols="160" rows="<?cs
Is there any way to have this as an option, or even a dropdown like the height setting? 80 col's isn't enough to edit easily.
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
| Keywords: | wiki edit removed |
|---|---|
| Priority: | normal → low |
| Severity: | trivial → enhancement |
comment:2 by , 21 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Erm, the width of the <textarea> is set to the full width of the content area through the default CSS style sheet. What browsers are you using that this doesn't work for you? Or have you removed/disabled the default styles?