Skip to content

Commit

Permalink
fix(sheet): defined name vertical (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Apr 9, 2024
1 parent 58c7d3e commit edf86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sheets-ui/src/views/defined-name/DefinedName.tsx
Expand Up @@ -39,7 +39,7 @@ export function DefinedName() {

return (
<div className={styles.definedName}>
<Input value={rangeString} type="text" size="small" affixWrapperStyle={{ border: 'none', padding: '6px' }} />
<Input value={rangeString} type="text" size="small" affixWrapperStyle={{ border: 'none', paddingLeft: '6px', paddingRight: '6px' }} />

<Dropdown overlay={<DefinedNameOverlay />}>
<div className={styles.definedNameDropDown}>
Expand Down

0 comments on commit edf86f4

Please sign in to comment.