Skip to content

Commit

Permalink
hotfix: 마지막 메시지 짤리는 UI 버그 제거 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheekim0118 authored Sep 23, 2022
1 parent 6b7705b commit b2301b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/@layouts/LayoutContainer/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const Main = styled.main`
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 100px;
height: auto;
${({ theme, hasMarginTop }: StyledProps) => css`
Expand Down

0 comments on commit b2301b9

Please sign in to comment.