mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
cf2a6b552a
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue