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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
style(Project settings): Fixed the issue where the input box was not …
…aligned with the icon on the left when a validation error occurred
  • Loading branch information
luka committed Jun 5, 2025
commit 5ebce5b211f14e2a1b231c25c8046dcb32997b87
1 change: 0 additions & 1 deletion packages/frontend/editor-ui/src/views/ProjectSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ onMounted(() => {
.project-name {
display: flex;
gap: var(--spacing-2xs);
align-items: center;

.project-name-input {
flex: 1;
Expand Down