diff --git a/help/content/assets/css/main.css b/help/content/assets/css/main.css index bfed9c4289f..7bdb47a7e9a 100644 --- a/help/content/assets/css/main.css +++ b/help/content/assets/css/main.css @@ -2252,6 +2252,9 @@ font-weight: 700; font-size: 0.95em; letter-spacing: 0.075em; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } #navPanel .link:first-child { diff --git a/help/content/assets/sass/main.scss b/help/content/assets/sass/main.scss index 292ee701739..60a2a1552fc 100644 --- a/help/content/assets/sass/main.scss +++ b/help/content/assets/sass/main.scss @@ -1186,6 +1186,9 @@ font-weight: 700; font-size: 0.95em; letter-spacing: 0.075em; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; &:first-child { border-top: 0;