mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Fixed rendering of pseudocode blocks
This commit is contained in:
parent
e5aa9789e5
commit
4fc8ca3824
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
* The tags page now renders categories as the the title instead of the slug
|
||||
name.
|
||||
* Added additional argument to `example` shortcode to turn off the copy button.
|
||||
* Fixed pseudocode not rendering properly due to element `p` overflow setting.
|
||||
|
||||
## 2.1.0
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
}
|
||||
.ps-root .ps-algorithmic.with-linenum .ps-line.ps-code {
|
||||
text-indent: -1.6em;
|
||||
overflow: visible;
|
||||
}
|
||||
.ps-root .ps-algorithmic.with-linenum .ps-line.ps-code > span {
|
||||
text-indent: 0;
|
||||
|
|
Loading…
Reference in a new issue