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

text overflow sidebar #14

Closed
wants to merge 1 commit into from
Closed

text overflow sidebar #14

wants to merge 1 commit into from

Conversation

shibo911
Copy link

FIXES #4

the sidebar text overflow happened because the length of the text content(title/body) was larger than the width of the sidebar container. it didnt have enough space to display the full text, so that's why it overflowed.

Earlier
Screenshot 2024-03-15 102443

in the pull request, i have made some changes to the main.css file only. specifically made changes to the properties .notes__small-title and .notes__small-body classes. after these changes, if the text length is more than the width of the sidebar container, it will be truncated and '...' will be shown at the end which indicates that the text has been cut off.

After changes
image

@AkhileshJyotishi
Copy link
Contributor

Thanks for your PR .

By the way you can earn extra points if you can improve the UI of the side bar .
👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve Text Overflow in Sidebar
3 participants