mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(core): avoid shaking when renaming doc in title bar (#6847)
- before

- after

This commit is contained in:
@@ -179,8 +179,8 @@ export const InlineEdit = ({
|
||||
} as CSSProperties;
|
||||
const inputInheritsStyles = {
|
||||
...inputWrapperInheritsStyles,
|
||||
padding: undefined,
|
||||
margin: undefined,
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user