(2017-10-12, 01:49)ronie Wrote: (2017-10-09, 21:52)Milhouse Wrote: Is it possible to increase the space available for the thread title in the breadcrumb, in order to prevent premature and unnecessary truncation (elipsis)?

should be fixed once the css cache expires.
note to self: theme.css
Quote:.breadcrumb-nav .crust a.crumb{
max-width:220px;
}
This causes an issue if the title is really long. It forces the icons on the right downward, and then the breadcrumb area covers the thread tools menu, pagination, and new reply button.
Also, if you try to access the 'More' menu at the top, you won't be able to see that either. Apparently, some sort of limit is needed. Alternatively, the icons at the right could be moved elsewhere, or eliminated entirely since they are also available from the page footer area.