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: Abnormal overflow on mobile screens and arbitrary word breaks. #942

Merged
merged 4 commits into from May 9, 2024

Conversation

ManishMadan2882
Copy link
Collaborator

@ManishMadan2882 ManishMadan2882 commented May 8, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

    • Fixes arbitrary word breaks, word break changed to normal, also added leading-normal for line height.
    • Fixes abnormal overflow behaviour - the input box and conversation are wrapped into one div container with column-aligned flex with heights divided in vh also making the overflow scrolling in independent of input box with this change.
    • Fixes overflows in sources
    • Hides text under input box
  • Why was this change needed? (You can also link to an open issue here)
    Fixes 🐛 Bug Report: Incorrect line wrapping in user messages #923
    Makes UI more comfortable to use especially in mobile devices.

  • Other information:
    Screenshot from 2024-05-08 16-05-03
    image

Copy link

vercel bot commented May 8, 2024

@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 11:07am

@dartpain
Copy link
Contributor

dartpain commented May 9, 2024

Thank you!

@dartpain dartpain merged commit 6e26b4e into arc53:main May 9, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Incorrect line wrapping in user messages
2 participants