Skip to content

Commit

Permalink
Merge pull request #191 from jch422/hot-fix
Browse files Browse the repository at this point in the history
box-sizing: border-box 추가
  • Loading branch information
jch422 authored Nov 13, 2020
2 parents 508b3c6 + e7128b8 commit f81fc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/common/SelectedLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const SelectedLabelWrapper = styled.div`
height: 20px;
line-height: 20px;
padding: 0px 10px 3px 10px;
box-sizing: border-box;
`;

const SelectedLabel = ({ label }) => {
Expand Down

0 comments on commit f81fc08

Please sign in to comment.