.chipUl li {
    list-style-type: square;
    margin-left: 20px; /* Pour que les puces soient visibles */
}

.chipUl li ul li {
    list-style-type: circle;
    margin-left: 20px;
}