From f74d14b3a7cd0006d383d046db5740fbb6d3ba69 Mon Sep 17 00:00:00 2001 From: Adrian Fennert Date: Sat, 14 Feb 2026 16:27:38 +0100 Subject: [PATCH] fix: fix word break that cause width and text overflow issues for certain viewpoints --- src/lib/components/SkillEntry.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/SkillEntry.svelte b/src/lib/components/SkillEntry.svelte index 81a0b98..3cb7f46 100644 --- a/src/lib/components/SkillEntry.svelte +++ b/src/lib/components/SkillEntry.svelte @@ -107,6 +107,7 @@ .title { font-size: 1.25rem; font-weight: bold; + word-break: break-word; @media (min-width: 768px) { font-size: 1.5rem;