-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/minor UI updates #470
Conversation
✅ Deploy Preview for biseo-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -18,6 +18,7 @@ export const Cell = styled.td<{ w?: Size; scroll?: boolean }>( | |||
padding: 6px 5px; | |||
font-size: 10px; | |||
font-weight: 500; | |||
line-break: anywhere; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 anywhere인 이유가 있을까요?
Cell이 width가 작아서 줄 바꿈이 자주 일어나는 환경인지?
다른 line-break 스타일 (word 등)과 비교해서 어떤 점을 바탕으로 고르시게 되었나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line-break는 anywhere이 맞을 것 같네요 이슈 #446에 첨부해주신거 보니
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
table 칸에 들어가는 요소가 주로 띄어쓰기가 없이 작성되는 이름, 닉네임이라 anywhere
로 작성했습니다.
참고로 이슈 #446 은 다른 분이 작업 중이라고 하셔서 (제욱이?) closed issue에 추가하지 않았습니다!
@Sanghou PR 올릴 때 실수로 구 이미지를 첨부한 것 같아요! 제가 로컬에서 실행했을 때는 border에 문제가 없어보입니다 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
요약 *
It closes #146, #274, and #403.
스크린샷
ModalInnerTextBox
내AddVoteOptionArea
의 border가 겹쳐진 부분을 수정합니다.PreparingAgendaCard
,OngoingAgendaCard
,AgendaTemplateCard
)이후 Task *
ModalInnerTextBox
내 deprecated된Box
,BorderedBox
,Scroll
등을 div로 교체하였습니다. 다른 component에서도 deprecated된 component들을 교체해야 합니다.ModalInnerTextBox
내AddVoteOptionArea
에서 overflow가 발생할 때 scroll bar 영역만큼 항목 div의 width가 감소합니다. 이를 원래대로 수정해야 합니다.