diff --git a/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css b/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css
index c6c75a41e..91fe598e7 100644
--- a/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css
+++ b/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css
@@ -110,6 +110,10 @@
 /**
  * This should be inherited from p2-breathe
  */
+.table-of-contents .items li a{
+	word-break: break-all;
+}
+
 .table-of-contents .items li a,
 .table-of-contents .items li a:visited {
 	text-decoration: none;
