Skip to content

Commit

Permalink
fix: some IME position error #184
Browse files Browse the repository at this point in the history
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
  • Loading branch information
JunIce and Hufe921 authored Apr 27, 2023
1 parent df20449 commit c5699bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
@import './zone/zone.css';

.ce-inputarea {
width: 1px;
height: 12px;
width: 100px;
height: 30px;
min-width: 0;
min-height: 0;
margin: 0;
Expand Down

0 comments on commit c5699bc

Please sign in to comment.