halo/console/packages/editor
Takagi 694ad26c3f
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 浏览器下的代码块编辑问题。
```
2024-01-02 10:20:12 +00:00
..
docs chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
src fix: address styling issues with empty lines in code blocks (#5140) 2024-01-02 10:20:12 +00:00
.eslintrc.cjs chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
.gitignore chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
.release-it.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
env.d.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
index.html fix: resolve error log when running the dev environment of Console (#4983) 2023-12-03 10:30:08 +00:00
package.json fix: Backspace does not work properly behind list (#5102) 2024-01-02 03:46:12 +00:00
postcss.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
prettier.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tailwind.config.js chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.app.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.node.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
tsconfig.vitest.json chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
vite.config.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00
vite.lib.config.ts chore: move @halo-sigs/richtext-editor to this repository (#4934) 2023-11-29 09:14:23 +08:00