fix: address styling issues with empty lines in code blocks (#5140)

#### What type of PR is this?

/kind bug

#### What this PR does / why we need it:

修改 code 内`br` 标签的 `display`,用于适配 firefox 浏览器

#### How to test it?

测试在 firefox 浏览器下,使用代码块回车等是否会出现样式问题。

#### Which issue(s) this PR fixes:

Fixes #5064 

#### Does this PR introduce a user-facing change?
```release-note
解决在 Firefox 浏览器下的代码块编辑问题。
```
pull/5153/head
Takagi 2024-01-02 18:20:12 +08:00 committed by GitHub
parent 5a51c5d87e
commit 694ad26c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
} }
code br { code br {
display: block; display: initial;
} }
} }
} }