Work items - Expand read more on any anchor link use

Problem

When loading a work item with an anchor link in the URL, we correctly expand the description and scroll to position.

If a link is clicked from within the page, such as a link in the description or comment to a heading, and the heading is not visible, the scroll behavior does not work as expected.

Solution

Always expand "Read more" when anchor links are used, including after load.

We could, alternately, try to detect when the link is below the truncation line, but that is likely overcomplicated. There are limited cases where always expanding may be unexpected, but unlikely to impact workflows as it would always be expanding below the user's focus (e.g. you click a visible heading within a collapsed description, the description expands, but you remain scrolled at that header)

Edited by Nick Leonard