balibabu commited on
Commit
db89829
·
1 Parent(s): b6e253d

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

Browse files

### 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)

web/src/components/edit-tag/index.tsx CHANGED
@@ -97,7 +97,6 @@ const EditTag = ({ tags, setTags }: EditTagsProps) => {
97
  ref={inputRef}
98
  type="text"
99
  size="small"
100
- style={{ width: 78 }}
101
  value={inputValue}
102
  onChange={handleInputChange}
103
  onBlur={handleInputConfirm}
 
97
  ref={inputRef}
98
  type="text"
99
  size="small"
 
100
  value={inputValue}
101
  onChange={handleInputChange}
102
  onBlur={handleInputConfirm}