Skip to content

Commit

Permalink
Merge pull request #153 from 2024WISCOM/feature/guestbook
Browse files Browse the repository at this point in the history
💄 Form 좀 더 왼쪽으로 ..
  • Loading branch information
nadomola authored Oct 27, 2024
2 parents d895a45 + 0938f6d commit 80a4bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/guestBook/MessageInputSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const Label = styled.label`
&.from-label {
bottom: 5%;
right:${({ length }) => `${-60+Math.min(length * 3, 20)}px`};
right:${({ length }) => `${-80+Math.min(length * 3, 20)}px`};
}
}
Expand All @@ -166,7 +166,7 @@ export const Label = styled.label`
&.from-label {
margin:0;
right:${({ length }) => `${-90+Math.min(length * 4, 25)}px`};
right:${({ length }) => `${-100+Math.min(length * 4, 25)}px`};
}
}
`;
Expand Down

0 comments on commit 80a4bbc

Please sign in to comment.