CVEProject / cve-website

The new CVE website
66 stars 35 forks source link

on desktop, title is under "On This Page" and truncated #3013

Closed ElectricNroff closed 3 weeks ago

ElectricNroff commented 3 weeks ago

https://github.com/CVEProject/cve-website/blob/103e3c109171d26fbd39525d34fefa809d91a3d5/src/components/AdpVulnerabilityEnrichment.vue#L103-L108 A title field such as containers.cna.title can have up to 256 characters. On desktop platforms (e.g., with Chrome or Firefox), it is displayed on one line. It can extend outside of the box it is in, and is displayed underneath the "On This Page" box. If it is long enough, the user cannot see the characters at the right end, because there is no horizontal scrolling.

Chrome: CVE-2024-41127-Chrome

Firefox: CVE-2024-41127

(The entire title field was visible, for the CVE Records I checked, if I used Safari on iOS.)

athu-tran commented 3 weeks ago

Close; duplicate of #2932.