Skip to content

Commit

Permalink
Web: Files: Tiles: Fixed option button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kulak committed Jan 19, 2022
1 parent c871295 commit da4b9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const StyledOptionButton = styled.div`
display: block;
.expandButton > div:first-child {
padding: 8px 13px 8px 12px;
padding: 8px 21px 8px 12px;
}
`;

Expand Down

0 comments on commit da4b9d0

Please sign in to comment.