Merge pull request #2861 from omnivore-app/fix/edit-info
fix saved and published date not fully shown in the edit form input
This commit is contained in:
@ -258,6 +258,7 @@ function EditItemModal(props: EditItemModalProps): JSX.Element {
|
||||
css={{
|
||||
...inputStyle,
|
||||
fontSize: '14px',
|
||||
textIndent: '0px',
|
||||
}}
|
||||
/>
|
||||
</VStack>
|
||||
@ -278,6 +279,7 @@ function EditItemModal(props: EditItemModalProps): JSX.Element {
|
||||
css={{
|
||||
...inputStyle,
|
||||
fontSize: '14px',
|
||||
textIndent: '0px',
|
||||
}}
|
||||
/>
|
||||
</VStack>
|
||||
|
||||
Reference in New Issue
Block a user