Making WordPress.org

Ticket #4102: 4102.diff

File 4102.diff, 736 bytes (added by iamjaydip, 6 years ago)

patch

  • wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css

    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  
    110110/**
    111111 * This should be inherited from p2-breathe
    112112 */
     113.table-of-contents .items li a{
     114        word-break: break-all;
     115}
     116
    113117.table-of-contents .items li a,
    114118.table-of-contents .items li a:visited {
    115119        text-decoration: none;