Skip to content

Commit 2aaf1d2

Browse files
authored
Merge pull request #353 from boostcamp-2020/develop
[FE] Fix: 가계부 수정 친구 목록 화면 scale하면 화면 넘는 것 수정
2 parents f6d8b54 + f3fa94c commit 2aaf1d2

File tree

1 file changed

+1
-0
lines changed
  • fe/src/components/molecules/IconText

1 file changed

+1
-0
lines changed

fe/src/components/molecules/IconText/style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const Container = styled.div`
1212
justify-content: flex-start;
1313
margin: 0.3rem 0;
1414
&:hover {
15+
margin-left: 2.3em;
1516
transform: scale(1.2);
1617
}
1718
.icontext {

0 commit comments

Comments
 (0)