From 9dd8aaa15ae9dd8623f0ae1ac6bb1a6adaf571d9 Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Fri, 21 Nov 2025 00:14:19 +0900 Subject: [PATCH] fix(patch): add word-break auto-phrase to navigation list Add word-break: auto-phrase property to navigation list item labels to improve Japanese text wrapping and readability. --- tools/adev-patches/fix-navigation-list-style.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/adev-patches/fix-navigation-list-style.patch diff --git a/tools/adev-patches/fix-navigation-list-style.patch b/tools/adev-patches/fix-navigation-list-style.patch new file mode 100644 index 0000000000..0512856e21 --- /dev/null +++ b/tools/adev-patches/fix-navigation-list-style.patch @@ -0,0 +1,12 @@ +diff --git a/adev/shared-docs/components/navigation-list/navigation-list.component.scss b/adev/shared-docs/components/navigation-list/navigation-list.component.scss +index 5e0b7a90ac..f48f54cb7c 100644 +--- a/adev/shared-docs/components/navigation-list/navigation-list.component.scss ++++ b/adev/shared-docs/components/navigation-list/navigation-list.component.scss +@@ -50,6 +50,7 @@ + overflow: hidden; + text-overflow: ellipsis; + text-wrap: balance; ++ word-break: auto-phrase; + } + + .docs-nav-item-has-icon {