Skip to content

Commit

Permalink
Merge pull request #43811 from rushatgabhane/fix-bullet
Browse files Browse the repository at this point in the history
[HelpDot] add margin for bullet points
  • Loading branch information
marcaaron authored Jun 18, 2024
2 parents a49a301 + 4744ad5 commit e30122d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@ button {
padding: 0;
margin: 0;
}

li {
margin-left: 12px;
}
}
}
}
Expand Down

0 comments on commit e30122d

Please sign in to comment.