Skip to content

Commit 40ed358

Browse files
authored
fix(patch): add word-break auto-phrase to navigation list (#1090)
Add word-break: auto-phrase property to navigation list item labels to improve Japanese text wrapping and readability.
1 parent 7df560d commit 40ed358

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/adev/shared-docs/components/navigation-list/navigation-list.component.scss b/adev/shared-docs/components/navigation-list/navigation-list.component.scss
2+
index 5e0b7a90ac..f48f54cb7c 100644
3+
--- a/adev/shared-docs/components/navigation-list/navigation-list.component.scss
4+
+++ b/adev/shared-docs/components/navigation-list/navigation-list.component.scss
5+
@@ -50,6 +50,7 @@
6+
overflow: hidden;
7+
text-overflow: ellipsis;
8+
text-wrap: balance;
9+
+ word-break: auto-phrase;
10+
}
11+
12+
.docs-nav-item-has-icon {

0 commit comments

Comments
 (0)