mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix saved and published date not fully shown in the edit form input
This commit is contained in:
parent
8d5e6455e3
commit
ad457478b5
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue