Ghost icon indicating copy to clipboard operation
Ghost copied to clipboard

fix: Fixed strechted UI in admin pannel when long newsletter description is added

Open Gaurav0493 opened this issue 2 years ago • 0 comments

🐛 Fixed stretched UI in admin pannel due to long newsletter description

closes #18669

Please include a description of your change & check your PR against this list, thanks!

  • There was an issue with the tailwind class used for showing description. On using the correct class for spans of table this issue gets fixed.

  • The build will pass yarn test:all and yarn lint ( Tested on local for these tests )

Screenshot with the fix:

Screenshot 2023-10-18 at 10 10 12 PM Screenshot 2023-10-18 at 10 10 02 PM

🤖 Generated by Copilot at 9506beb

Improved text wrapping and layout of newsletters list component in admin settings. Removed unnecessary whitespace-nowrap classes from NewslettersList.tsx.

Gaurav0493 avatar Oct 18 '23 16:10 Gaurav0493