Skip to content

fix(editor): Fix the issue that the contents of json, html, csv, md, txt, and css files contain garbled Chinese characters #16118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Next Next commit
style(Project settings): Fixed the issue with icon Emojis not being c…
…entered
  • Loading branch information
luka committed Jun 5, 2025
commit 700caeb0bd0f78ae4e9a6e9d04d67bd1e52cfaf2
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ const togglePopup = () => {
.container {
position: relative;
}

.emoji-button {
padding: 0;
}
.popup {
position: absolute;
z-index: 1;
Expand Down