Fixed  Save button no more long

Allan

Well-known member
Licensed customer
Check screen, the save button when edit thread is little short. (with french language)

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

HTML:
.discussionListItemEdit .buttons input {
width: 65px;
}
 
I also know how to fix it, just explaining the problem to make it can be solved in the next version.
 
Back
Top Bottom