Skip to content

Commit 9bb5d2d

Browse files
Add space between toc codenumber and title in appendix
1 parent 1a9ea27 commit 9bb5d2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

toc_default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
padding-right: 0.3rem;
4848
}
4949

50+
.ptx-toc .toc-backmatter .toc-item-list .toc-item .codenumber {
51+
min-width: 1.9rem;
52+
padding-right: 0.3rem;
53+
}
54+
5055
.ptx-toc .toc-chapter .toc-item-list .toc-item .codenumber {
5156
min-width: 2.5rem;
5257
padding-right: 0.3rem;

0 commit comments

Comments
 (0)