Does not correctly align and there is space between bullet sentences.
/** START fix toggle list **/
.hws-toggle ol li {
text-indent: -16px;
padding-left: 18px;
padding-bottom: 18px;
}
/** END fix toggle list **/Code language: CSS (css)Last updated:
Does not correctly align and there is space between bullet sentences.
/** START fix toggle list **/
.hws-toggle ol li {
text-indent: -16px;
padding-left: 18px;
padding-bottom: 18px;
}
/** END fix toggle list **/Code language: CSS (css)