• I am trying to include a collapsible list in a widget in the middle of a longer list of things. I am trying to avoid having any blank lines above or below the collapsible list – and I am at a point now where everything looks good with the exception of a blank line above the collapsible list… Any suggestions to avoid this would be appreciated… Here is the list with the code:

    AT Assessment Team
    Assessment
    <details><summary>The HAAT Model</summary>
    HAAT - Human
    HAAT - AT</details>
    SETT Framework
    WATI - ASNAT
    Quiz
    
    And here is the CSS code:
    
    details > summary {
      padding: 0px 0px;
      border: none;
    }

    Thanks for any advice!

    Ted

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Collapsible List In Widget’ is closed to new replies.