Fixed  Save button no more long

You can increase the width of it by editing thread_list_item_edit.css

HTML:
.discussionListItemEdit .buttons input {
width: 65px;
}
 
Top Bottom