We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df560d commit 40ed358Copy full SHA for 40ed358
tools/adev-patches/fix-navigation-list-style.patch
@@ -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