Feat: Adjust the input box width of EditTag to 100% #3873 (#3876)

### What problem does this PR solve?

Feat: Adjust the input box width of EditTag to 100% #3873

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu 2024-12-05 14:29:49 +08:00 committed by GitHub
parent cfe23badb0
commit b502dc7399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,6 @@ const EditTag = ({ tags, setTags }: EditTagsProps) => {
ref={inputRef}
type="text"
size="small"
style={{ width: 78 }}
value={inputValue}
onChange={handleInputChange}
onBlur={handleInputConfirm}