iiitl / Note_Generator

Note Generator is a note-taking app for the web.
MIT License
0 stars 14 forks source link

text overflow sidebar #14

Closed shibo911 closed 7 months ago

shibo911 commented 7 months ago

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 .notessmall-title and .notessmall-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 commented 7 months ago

Thanks for your PR .

By the way you can earn extra points if you can improve the UI of the side bar . :+1: