Skip to content

Commit

Permalink
fix(web): correct spacing around url and text boxes of the file uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 20, 2023
1 parent 722eeb6 commit 1b34676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const Form = styled(FormBase)`
display: flex;
flex-direction: column;
height: 100%;
padding: 5px;
margin: 0;
`

export interface TabPanelPasteProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const Form = styled(FormBase)`
display: flex;
flex-direction: column;
height: 100%;
padding: 5px;
margin: 0;
`

export interface TabPanelUrlProps {
Expand Down

0 comments on commit 1b34676

Please sign in to comment.