Skip to content

Commit

Permalink
Fix beamer theme box-content list padding
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 31, 2024
1 parent 29638c0 commit cfce22f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion core/src/main/resources/render/theme/layout/beamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ pre code {
margin-top: 0;
}

.box > .box-content ul {
.box > .box-content :is(ul, ol) {
padding-left: 18px;
}

.pagedjs_page .box > .box-content :is(ul, ol) {
padding-left: 24px;
}

.reveal .box > .box-content :is(ul, ol) {
padding-left: 4px;
}

Expand Down

0 comments on commit cfce22f

Please sign in to comment.