Skip to content

Commit

Permalink
Web: Files: Tiles: Fixed styles for name renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kulak committed Dec 29, 2021
1 parent b5bcf38 commit fd7a5d9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ const EditingWrapper = styled.div`
${(props) =>
props.viewAs === "tile" &&
`margin-right: 12px !important; margin-left: -4px;`}
`margin-right: 10px !important; margin-left: 8px;`}
@media ${tablet} {
height: 56px;
}
Expand Down Expand Up @@ -98,7 +99,7 @@ const EditingWrapper = styled.div`
`}
&:last-child {
margin-left: 4px;
margin-left: 2px;
}
}
Expand Down

0 comments on commit fd7a5d9

Please sign in to comment.