Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(lsg): increase left padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpeschel committed Dec 14, 2017
1 parent 985be31 commit 8ba5705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsg/patterns/element/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const StyledElement = styled.div`
const StyledElementLabel = styled.div`
position: relative;
display: flex;
padding: 9px ${getSpace(Size.L)}px;
padding: 9px ${getSpace(Size.L)}px 9px ${getSpace(Size.XL)}px;
border-radius: 3px;
cursor: pointer;
align-items: center;
Expand Down

0 comments on commit 8ba5705

Please sign in to comment.