mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🐛 Fix: pre element overflow error (#29)
This commit is contained in:
+2
-1
@@ -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))
|
||||
|
||||
@@ -16,6 +16,7 @@ code {
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: .25rem 0 .25rem .5rem;
|
||||
overflow: auto;
|
||||
@include tab-size(4);
|
||||
|
||||
code {
|
||||
|
||||
Reference in New Issue
Block a user