🐛 Fix: pre element overflow error (#29)

This commit is contained in:
Cell
2022-01-13 15:41:07 +08:00
parent 9c4f9c0075
commit e0d2858c6d
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
<!-- See https://github.com/Lruihao/FixIt/releases -->
## v0.2.12 [2022-1-11]
## v0.2.12 [2022-1-13]
- :tada: Feat: add PWA support
- :tada: Feat: add Watermark support ([#16](https://github.com/Lruihao/FixIt/issues/16))
@@ -11,6 +11,7 @@
- :art: Perf: optimize footer code
- :recycle: Refactor: header title DOM and add subtitle option ([#26](https://github.com/Lruihao/FixIt/issues/26))
- :bug: Fix: add scroll-margin to headerlink
- :bug: Fix: pre element overflow error ([#29](https://github.com/Lruihao/FixIt/issues/29))
- :bug: Fix: toc-auto display error ([#21](https://github.com/Lruihao/FixIt/issues/21))
- :fire: Feat: remove lib smooth-scroll ([#1](https://github.com/Lruihao/FixIt/issues/1))
- :robot: Feat(SEO): optimize SEO meta ([#30](https://github.com/Lruihao/FixIt/issues/30))
+1
View File
@@ -16,6 +16,7 @@ code {
pre {
margin: 0;
padding: .25rem 0 .25rem .5rem;
overflow: auto;
@include tab-size(4);
code {