Skip to content
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

fix: horizontal-scroll #1234

Merged
merged 2 commits into from
Aug 15, 2023
Merged

fix: horizontal-scroll #1234

merged 2 commits into from
Aug 15, 2023

Conversation

samarendra-push
Copy link
Contributor

Fixed Horizontal Scrollbar on MessageList component

@github-actions
Copy link

All looks good.

@github-actions
Copy link

  • In line 18, it is missing the closing parenthesis )
  • In line 39, it is missing the closing parenthesis )
  • In line 40, the closing } is in the wrong place. It should be moved one line up to close the MoreOptions component.
  • In line 43, the opening <div> tag is not closed.
  • In line 67, the opening <div> tag is not closed.
  • In line 80, the opening <div> tag is not closed.
  • In line 82, the opening <div> tag is not closed.
  • In line 95, there is an extra closing } that should be removed.
  • In line 103, there is an unclosed opening <div> tag.
  • In line 110, the closing } is in the wrong place. It should be moved one line up to close the MessageList component.
  • In line 111, the opening <div> tag is not closed.
  • In line 120, there is an extra closing } that should be removed.
  • In line 127, the opening <div> tag is not closed.
  • In line 136, the opening <div> tag is not closed.
  • In line 156, the opening <Typebar> tag is missing the closing > symbol.
  • In line 158, the opening { is missing for the Typebar component props.
  • In line 162, the closing } is in the wrong place. It should be moved one line up to close the Typebar component.
  • In line 165, there is an extra closing } that should be removed.
  • In line 166, the closing > symbol is missing for the Typebar component.
  • In line 171, there is an extra closing } that should be removed.
  • In line 193, the opening <div> tag is not closed.
  • In line 196, the closing } is in the wrong place. It should be moved one line up to close the MessageContainer styled component.
  • In line 205, there is an extra closing } that should be removed.

All looks good.

@0xNilesh 0xNilesh merged commit 5812564 into dev-deployment-chat-ui Aug 15, 2023
1 check passed
@0xNilesh 0xNilesh deleted the fix/message-list branch August 15, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done and Merged
Development

Successfully merging this pull request may close these issues.

2 participants