Skip to content

Commit

Permalink
Fix nested lists margin
Browse files Browse the repository at this point in the history
  • Loading branch information
8kto committed Feb 5, 2024
1 parent 871a8c6 commit d9134fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ details.ph-details-bullet[open] .ph-custom-indicator {
}

.ph-content-container ul ul {
@apply mt-2 ml-2 pl-4 border-l border-gray-200;
@apply mt-2 ml-2 pl-4 border-l border-gray-200 mb-2;
}

.ph-content-container li li {
Expand Down

0 comments on commit d9134fe

Please sign in to comment.