Skip to content

fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button #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

Merged
merged 7 commits into from
Jun 11, 2025
Next Next commit
style(Project settings): Fixed the issue with icon Emojis not being c…
…entered
  • Loading branch information
sei-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