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
|
b
|
|
110 | 110 | /** |
111 | 111 | * This should be inherited from p2-breathe |
112 | 112 | */ |
| 113 | .table-of-contents .items li a{ |
| 114 | word-break: break-all; |
| 115 | } |
| 116 | |
113 | 117 | .table-of-contents .items li a, |
114 | 118 | .table-of-contents .items li a:visited { |
115 | 119 | text-decoration: none; |