Skip to content

Commit

Permalink
Merge pull request #204 from junsushin-dev/fix/label-sizing
Browse files Browse the repository at this point in the history
[#200, #203] Sidebar에서 레이블 짤리는 버그 해결
  • Loading branch information
passwd10 authored Nov 13, 2020
2 parents 4ce0f6d + 389a9a4 commit b8cf000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/CommentInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const InputComment = styled.textarea`
padding: 8px;
font-size: 16px;
margin:10px;
width:96%;
border: 1px solid #dfe2e5;
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import styled from 'styled-components';

const ContentContainer = styled.div`
display: flex;
flex-wrap: wrap;
padding: 5px;
gap: 10px;
`;
Expand Down

0 comments on commit b8cf000

Please sign in to comment.