• Resolved apwpec

    (@apwpec)


    Hi, when I use the Branda dashboard text widget it doesn’t show the bullets for an unordered list. It does show the numbers for an ordered list though.

    Example:

    <ul>
    <li>asdf</li>
    <li>asdf</li>
    </ul>

    shows as:
    asdf
    asdf

    Version 3.4.17 and 3.4.23

    Thanks!

    • This topic was modified 1 year, 2 months ago by apwpec.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @apwpec

    I hope you are doing well today.

    I see we have this reported already as a bug. Please note we are not able to replicate the issue with number list and issue exist only for bullets list.

    As a hotfix for Dashboard Welcome & Text Widgets please add this CSS in Branda -> Admin Area -> Custom CSS:

    .branda-widget ul, .welcome-panel ul {
    list-style:disc;
    margin-left:30px
    }

    Kind Regards,
    Kris

    Thread Starter apwpec

    (@apwpec)

    This works great. Thanks, Kris!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dashboard Text Widget: Unordered lists don’t show bullets’ is closed to new replies.