Fixed rendering of pseudocode blocks

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-22 13:19:57 -04:00
parent e5aa9789e5
commit 4fc8ca3824
No known key found for this signature in database
GPG key ID: AD914585C9406B6A
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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;