fix saved and published date not fully shown in the edit form input

This commit is contained in:
Hongbo Wu 2023-10-05 11:49:49 +08:00
parent 8d5e6455e3
commit ad457478b5

View file

@ -253,6 +253,7 @@ function EditItemModal(props: EditItemModalProps): JSX.Element {
css={{
...inputStyle,
fontSize: '14px',
textIndent: '0px',
}}
/>
</VStack>
@ -273,6 +274,7 @@ function EditItemModal(props: EditItemModalProps): JSX.Element {
css={{
...inputStyle,
fontSize: '14px',
textIndent: '0px',
}}
/>
</VStack>