Make it easier to read issue titles in a milestone
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=15574) </details> <!--IssueSummary end--> ### Problem This is the current view when viewing a milestone. Labels take most of the visual real estate. The eyes are drawn to the labels, not the issue titles as they should - especially when labels have vibrant colors. On small screens like laptops, it's almost impossible to efficiently browse this list. ![Screen_Shot_2016-08-04_at_06.40.39](/uploads/981719446726e2e673fc80717cd51d9a/Screen_Shot_2016-08-04_at_06.40.39.png) --- ### Proposed solution Below is the same list, modified through Chrome Dev tools. I just added `opacity` to labels and `font-weight`to titles. ![Screen_Shot_2016-08-04_at_06.53.33](/uploads/af476a97b5d7a9760dc2bf341d963b89/Screen_Shot_2016-08-04_at_06.53.33.png) --- When hovering an issue, we can put back the opacity to the labels, as shown below. ![Screen_Shot_2016-08-04_at_06.55.20](/uploads/0e5d1022e291dfaf17a253129dbd82f5/Screen_Shot_2016-08-04_at_06.55.20.png) Those changes are subtle, but will add up to the overall UX.
issue