Tag details page information should wrap instead of truncate
<!--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> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=587444) </details> <!--IssueSummary end--> # Context In the tag details page, the details line containing the commit hash / MR information / tag date gets truncated at smaller viewport widths. Now that we have a panel UI, this can impact readability at smaller container sizes. The text should instead wrap to maintain readability. | Desktop viewport | Smaller viewport | |------------------|------------------| | ![desktop.png](/uploads/548ec443ccb9b3c9020ed6e47c1ffa6e/desktop.png){width=831 height=600} | ![mobile.png](/uploads/c83490da96995413d029674225349a0a/mobile.png){width=314 height=600} | # Design proposal | Current | Proposed | |---------|----------| | ![mobile.png](/uploads/273b1ccbc39464cf535445c6c6229d87/mobile.png){width=314 height=600} | ![wrap.png](/uploads/dce0adf675467c6a6ca579dfddfb55e6/wrap.png){width=383 height=600} |
issue