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:
Jackson Harper
2023-10-05 12:56:00 +08:00
committed by GitHub

View File

@ -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>