Skip to content

Commit 352c0d7

Browse files
authored
fix(ui): prevent severity CVSS vector strings from overflowing viewport (#4841)
Fixes an overflow that happens on long severity strings (e.g. [ALPINE-CVE-2026-1642](https://osv.dev/vulnerability/ALPINE-CVE-2026-1642))
1 parent d2f2e4e commit 352c0d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gcp/website/frontend3/src/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ dl.vulnerability-details,
894894
padding: 0;
895895
font-family: $osv-heading-font-family;
896896
font-size: 14px;
897+
overflow-wrap: anywhere;
897898
}
898899
}
899900

0 commit comments

Comments
 (0)