game1n / t8-cms

[WIP] A micro content management system
t8-cms.vercel.app
MIT License
8 stars 8 forks source link

Cursor not visible while adding body to a blog #39

Closed abhiandthetruth closed 1 year ago

abhiandthetruth commented 1 year ago

Describe the bug Cursor not visible while adding description.

To Reproduce Steps to reproduce the behavior:

  1. Try to add a blog
  2. Edit blog body
  3. Whenever you go to a new line i.e. column 1, the cursor is not visible due to the border i think

Expected behavior A cursor should blink denoting the current position of text input.

Desktop (please complete the following information):

ps-89 commented 1 year ago

Good find @abhiandthetruth, it's due to the absence of padding between the border and the content. Want to take this up?

abhiandthetruth commented 1 year ago

Yup can do

ps-89 commented 1 year ago

@abhiandthetruth Do let me know if you're facing any issue.

abhiandthetruth commented 1 year ago

@ps-89 PR is open

abhiandthetruth commented 1 year ago

This has been resolved by another commit hence closing