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

fixed latest msgs being cut in the ui #1353

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

KlausMikhaelson
Copy link
Contributor

No description provided.

Copy link

I have found several issues in the code:

  1. In the SpinnerWrapper component, there is a missing closing backtick () after the z-index` property.
  2. In the MessageInputWrapper component, there is a missing closing backtick () after the z-index` property.
  3. In the ChatContainer component, there is a missing closing curly brace (}) after the margin property.
  4. In the MessageContainer component, there are multiple missing closing curly braces (}) after the media query rules.
  5. There are commented out styles in the MessageContainer component. It seems like they are not needed and can be removed.

Please fix these issues and recheck the code.

@KlausMikhaelson KlausMikhaelson linked an issue Dec 21, 2023 that may be closed by this pull request
@abhishek-01k abhishek-01k self-requested a review January 4, 2024 08:50
@0xNilesh 0xNilesh merged commit fa97739 into main Jan 5, 2024
1 of 2 checks passed
@0xNilesh 0xNilesh deleted the 1345-chatviewlist-ui-bug branch January 5, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [BUG] - latest messages being cut in the UI
4 participants