fix(web): minor bug fixes (#9696)

Co-authored-by: Mirone <Saul-Mirone@outlook.com>
This commit is contained in:
Oleg
2025-01-27 06:21:41 +01:00
committed by GitHub
parent 73b4437081
commit e3fac97b9b
6 changed files with 47 additions and 6 deletions

View File

@@ -153,6 +153,8 @@ export const EditDocPropertyMenuItems = ({
onChange={handleNameChange}
placeholder={t['unnamed']()}
onKeyDown={onKeyDown}
size="large"
style={{ borderRadius: 4 }}
/>
)}
</div>