Open includes/templates/rustic/css/stylesheet.css
find the following declaration and change the width as indicated by the highlight. currently the width is set to 800px (the same width as the rest of the site.
TEXTAREA {
/* float: left;*/
margin: auto;
display: block;
width: auto;
}
Bookmarks