Open
Conversation
yejinleee
reviewed
Apr 29, 2024
Member
yejinleee
left a comment
There was a problem hiding this comment.
오 수식으로 줄넘김처리를 하셨군요 👏👏
여긴 디자인분들께도 한번 더 언급드려야할 부분이겠네요 8ㅅ8
코드에선 계기판이 없어지던지 더 줄어들던지,,, 그렇게 되면 한줄(가로길이)이 길어져도 상관없을 것 같거든요!
| <> | ||
| <div className='w-[60rem] select-none grow'> | ||
| <Highlight className='javascript'>{codeItem}</Highlight> | ||
| <Highlight className={'javascript' || 'java'}>{codeItem}</Highlight> |
Member
There was a problem hiding this comment.
오옷 이렇게 하면 알아서 js거나 java로 하이라이팅이 되나요!!? 따로 인자를 넘긴다거나 하는 작업 없이 ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Issue Number
close #
💻 구현 내용
📷 Screenshots
🤔 고민사항
좌우 길이가 길면 화면에서 문제가 잘리고 스크롤이 생깁니다. (사진 속 문제의 2번째 줄 참고)
상하 길이가 길면 트랙을 침범합니다.