Skip to content

Commit

Permalink
chore(web): Camera field responsiveness (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashanbhullar committed Sep 12, 2023
1 parent 02cb8d1 commit 39d7c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/beta/components/fields/CameraField/index.tsx
Expand Up @@ -224,6 +224,7 @@ const InputWrapper = styled.div<{ disabled?: boolean }>`
`;

const Input = styled.input`
width: 100%;
display: flex;
padding: 4px 8px;
border-radius: 4px;
Expand Down

0 comments on commit 39d7c0e

Please sign in to comment.