> ## Content Index
> Fetch the complete content index at: https://www.moeox.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# 解决pandapro2.4.1导致prismatic中的prism.js代码高亮第一行有一个空格
- URL: https://www.moeox.com/-e8-a7-a3-e5-86-b3pandapro2-4-1-e5-af-bc-e8-87-b4prismatic-e4-b8-ad-e7-9a-84prism-js-e4-bb-a3-e7-a0-81-e9-ab-98-e4-ba-ae-e7-ac-ac-e4-b8-80-e8-a1-8c-e6-9c-89-e4-b8-80-e4-b8-aa-e7-a9-ba-e/
- Published: 2023-08-08T06:55:06.000Z
- Updated: 2023-08-08T06:55:06.000Z
- Author: asumi233
- Tags: 杂项, #wp, #wp-post, #Import 2026-09-01 23:51

以下代码加入主题style.css中或者任意一个css文件中 即可解决

代码如下：

```css
pre[class*=language-].line-numbers>code {
    padding-left: 0;
    padding-right: 0;
}
```